Re: [PHP] PHP and Object-Orientated Programming

2002-07-08 Thread Jerome Houston
oh, mucho disagree-o. i dunno, maybe the people who say that it will slow you down have HUGE projects, and HUGE classes with hundreds of member variables, but i use OO for all the DB interactions (i have a class with get, update, insert, delete methods, etc. for each table) and i think it work

[PHP] PHP and Object-Orientated Programming

2002-07-08 Thread CM
I have a medium sized project that I'm started in PHP and mySQL. I think an object-orientated approach may be the best to reduce the amount of code. My question is if I'm using PHP should I even try to do it an object-orientated manner. I've seen some posts that say that doing it this way will r