i want to build a site in fully OO style but that will
significantly slow down execution time and i'm about
to make a u turn to procedural PHP programming on my
project. 
that article is responsible of changing my decision: 

http://zend.com/zend/art/mistake1.php#Heading13 

besides it will be more modular, reusable, e.t.c... 

PHP is not a OO language but supports them so should
classes bu used ONLY where needed, NOT where
procedural programming can do fine?

a forum topic for this subject is also at:
http://www.zend.com/phorum/read.php?num=3&id=18612&loc=0&thread=18612


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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

Reply via email to