Hi,
I know that OOP in PHP is weak (after all, not many folks try to develop intricate heirarchial programs with PHP). But I want to know whether using OOP in PHP will slow the script down.
I'm writing a portal software where all the different sections (news, events, sports) are built as "modules". These modules are PHP classes.
Now my question is: if I use OOP in PHP vs. procedural programming, will PHP run the OOP code slower?
please help! I'm building this portal for a company which expects over 100000 page accesses a day (all pages are PHP generated).
-sridhar