Dan Joseph <mailto:[EMAIL PROTECTED]>
on Wednesday, August 06, 2003 10:18 AM said:


Are there any performance differences that are noticable in a
300-400 line PHP script if you overuse classes rather than straight
functions?

This is a loaded question. If you overuse classes, there will be a performance hit :). However, in a 300-400 line script, you might find the performance improve if using OO allows you to elegantly solve the problem. There is no definitive answer. It's like asking if you'll get fat from eating 1500 calories every day for a week. A bit more information is needed :)


Greg
--
phpDocumentor
http://www.phpdoc.org


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



Reply via email to