Jump to content
Larry Ullman's Book Forums

Building A Class To Simplify Working With A Database.


Recommended Posts

Hello,

 

I've been recently getting into OOP, and trying to put some classes together to speed up development. My next target is to simplify working with a database, especially when it comes to pagination. Has anyone got any suggestions of an approach I could use to simplify the whole process with compromising flexibility?

 

Thanks,

 

Jon

Link to comment
Share on other sites

I think there is already an OOP version for database connection objects in PHP. You might want to look into those first, see what they do, and if they don't do what you want, think about expanding on those or creating your own class with ideas based on those.

Link to comment
Share on other sites

  • 1 month later...
 Share

×
×
  • Create New...