OOP PHP & MySQL HELP

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
mumba
Forum Newbie
Posts: 4
Joined: Thu Dec 09, 2010 12:53 am

OOP PHP & MySQL HELP

Post 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
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: OOP PHP & MySQL HELP

Post 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/
Post Reply