Click to See Complete Forum and Search --> : OOPs using php


anub
05-16-2006, 03:10 AM
Can anybody can send some sample database application which is made by implementing object orinted way using classes. How easy it possible to do the recordset operation using classes. Can u give some sample code? Is it improve the speed tremendously comparing to procedure oriented development?

bokeh
05-16-2006, 03:30 AM
Is it improve the speed tremendously comparing to procedure oriented development?No way! Procedural is faster than OO.

GaryS
05-16-2006, 03:32 PM
Suggest you take a look at PEAR DB

NogDog
05-16-2006, 04:02 PM
See the MySQL class in my sig.