[PHP] Re: [PHP-DB] OOP vs Functions and includes]

2004-11-16 Thread Jonel Rienton
Original Message Subject: Re: [PHP-DB] OOP vs Functions and includes From: "Jonel Rienton" <[EMAIL PROTECTED]> Date: Tue, November 16, 2004 7:04 pm To: <[EMAIL PROTECTED]> Hi again Pablo, not sure how the inner workings of PHP are as far as instantiating new classes. other lang

[PHP] Re: [PHP-DB] OOP vs Functions and includes

2004-11-16 Thread Bruno B B Magalhães
Pablo, This is a very complex discussion... But generalizing, a LOT, OO is more appropriated for big systems due to its extensibility and easy maintenance, while procedural approach works best for small applications that don't require to much updates and aren't too complex. Here is a example