hey all,
a couple of questions - what are the prerequisites for running 'index.php' at the command line, eg:
php index.php
doesn't seem to do anything.
Ultimately, I'd like to be able to run index.php sans browser and be able to debug based on the output that comes to standard out...
Ed
(ps -
is there a good class pretty printer for php? I noticed that - unlike perl - var_export, print_r, etc, don't seem to handle classes very well. I'd like to be able to say:
var_export($class_reference);
and have php print out all the associated class variables and object variables. )