Lukas Smith wrote:
Actually I think it is even an
advantage because it makes me differentiate procedural code from OO code
more easily.

that would be an argument for C++ where calls to member functions look exactly like calls to functions from the global scope

in PHP the difference becomes rather clear due to the required
"$this->" prefix

--
Hartmut Holzgraefe  <[EMAIL PROTECTED]>

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to