I'm looking at someone's code to learn and I'm relatively new to programming. In the code I see commands like:

$code->do_command();

I'm not really sure what that means. How would that look in procedural style programming? do_command($code); or something else?


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to