Amazium bvba, your online partner
  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2011-09-11 13:55

PHP in the Dark: Layout (1): Helpers in PEAR

layout, console, cli, php

When you think of shell scripts, layout is the least of your worries. I think most of you would not even have considered you can do much in these field, but think again! In this first part we'll talk about organizing data in tables, write text in colors, create progressbars, etc... using pear classes.

  • Share post with Twitter
  • Share post with StumbleUpon
  • Share post with Delicious
  • Share post with Digg
  • Share post with Technorati
  • Share post with Blinklist
2011-09-03 19:37

PHP in the Dark: Input/Output

input_output, getopt, cli, console, php

When you need data input in a web context, you send a GET/POST request to your script. On the command line, things work differently. In this blog post, we will talk obout input and output in php-cli.