Page 1 of 1

OOP PHP & MySQL HELP

Posted: Thu Dec 09, 2010 1:29 am
by mumba
Hi, My name is Mumba and would like you to help me with basic OOP PHP interaction with MySQL such as ADDING,DELETING,UPDATE and SELECTING.Am able to do that using traditional PHP but I want to learn how to do it using OOP PHP. please let it be easy to follow and as simple as possible.

Thank you

Re: OOP PHP & MySQL HELP

Posted: Thu Dec 09, 2010 3:22 pm
by greyhoundcode
I don't think anyone is going to write a set of libraries for you, but it wouldn't do any harm to look at the object oriented interface proffered by PHP's MySQLi extension or something like Doctrine.

http://uk3.php.net/manual/en/class.mysqli.php
http://www.doctrine-project.org/