CRUD PHP

It’s not crude, it’s CRUD (Create, Read, Update, and Delete).
This stuff should be easy to do. However, sticking to the SQL basics is not going to cut it when doing this much record handling. It simply gets too tedious after a while.
Looking for a good solution took me to RoR and its ActiveRecord. However, I’m back in PHP with CakePHP and its own paradigms. While it’s nice and dandy, I had spent a lot of time working with my own code that I am hating the move to CakePHP. So, I went back to search for something that will do the work while keeping me in charge. And below are my results:

Similar Posts:

    None Found




No Comments


You can leave the first : )