Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | Map database records to objects | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by Yazan Tommalieh - 7 months ago (2015-06-21) orm database mapper
+4 | I would like a class that allows you to use objects to perform database operations (ORM). It should simplify database handling and data manipulation to make it much easier. |
+1 | by Maik Greubel 110 - 7 months ago (2015-07-06) Comment Caribu provides annotation based database table to php object mappings. Feel free to ask if something is unclear. |
+1 | by Anthony Amolochitis 325 - 7 months ago (2015-07-01) Comment I wrote this class that builds the php code to supply basic wrappers for select, insert, update, and delete if the tables have an primary index. I use this class to build a class library for all my databases. It provides a consistent means to access your data from mysql. Classes that are built are field, data, and query classes. The variables that represent the row columns are also type hinted so netbeans IDE can display the type and size of the field. I'm not sure if other IDE's will display it. Maybe eclipse will. The example usage is at the bottom of the class. It is written a bit on the dirty side, but it works fast. If you have 80 tables, your code will be written in about a minute. Imagine writing all the class wrappers for 80 tables in a database. Anyways, if you have issues using it, you can use the support option, and I'll respond. |
+3 | by Dave Smith 5955 - 7 months ago (2015-06-21) Comment Looks like you are trying to recommend your own package, so here it is. There are plenty of ORM database mappers out there, is this the best one? I will let the other authors add theirs and we will see. |
Recommend package | |
|