I would like to use OOP principals in my php project. However, it seems that as i am developing my modules, its become very linear...
I want to know how i can use OOP and mysql together.
Can someone point me in the direction of an example that shows (not necessary to show programming code) an example of where a CLASS can be created and how the class will interact with the mysql ...
ONE MORE THING.. if i want to create a registration page that spans several different pages, should I add my object into the session variable or should i add individual variables into the session ?
THanks.