class for oracle

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lipun4u
Forum Commoner
Posts: 82
Joined: Wed Jul 01, 2009 3:35 am
Location: Mumbai
Contact:

class for oracle

Post by lipun4u »

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.
User avatar
manohoo
Forum Contributor
Posts: 201
Joined: Wed Dec 23, 2009 12:28 pm

Re: class for oracle

Post by manohoo »

Have you looked into PHP's PDO? It will get you going in no time.
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: class for oracle

Post by mikosiko »

lipun4u
Forum Commoner
Posts: 82
Joined: Wed Jul 01, 2009 3:35 am
Location: Mumbai
Contact:

Re: class for oracle

Post by lipun4u »

thanks a lot :drunk:
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: class for oracle

Post by yacahuma »

php adodb
Post Reply