Hallo! I'm working on a project, where we distinguish between "functions" and "actions" in design, although in PHP both are implemented as functions. Is there a chance that PHP can use the word "action" as "function"?
E.g.:
public function doSomething() { .... }
public action doSomethingElse() { ... }
... is actually the same but would help to see the design also in the code.
TIA, Ralph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

