I need to develop a class which will be responsible for all database(oracle) interactions(connect/fetch/update/insert/error handling).
Can somebody suggest me how to approach this ?
please provide me some link and also some code that will help me to design.
class for oracle
Moderator: General Moderators
Re: class for oracle
Have you looked into PHP's PDO? It will get you going in no time.
Re: class for oracle
thanks a lot 
Re: class for oracle
php adodb