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
OOP PHP & MySQL HELP
Moderator: General Moderators
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: OOP PHP & MySQL HELP
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/
http://uk3.php.net/manual/en/class.mysqli.php
http://www.doctrine-project.org/