Re: [PHP-DEV] Feature request -- feedback welcomed.

2002-09-28 Thread Lamont R. Peterson
needed; and 2) I don't want peoples classes written with "var" & "function" to melt down when they move their code to PHP on Zend 2.0. -- Sincerely, Lamont R. Peterson <[EMAIL PROTECTED]> 801-580-7323 [cell] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Feature request -- feedback welcomed.

2002-09-28 Thread Lamont R. Peterson
s definition. I would love to hear peoples thoughts on this one. Where I work, the kind of software we write on PHP, it only makes sense to use objects. However, we do mix in plain functions liberally when there is no need for the features of an object. I've worked this way with PHP