EARLib: Zero Config ORM Tool for php/MySQL
Development - April 21, 2009 10:25 pm
Well, I originally was going to write a php script that examined the mysql database and produced php classes with crud functionality for the tables but then I got to working on it and realized I can go one step further. Why write the classes to file when you can just dynamically load everything at run time (and cache it once it’s loaded). So here it is, an ORM for php/MySQL that requires no configuration (apart from mysql connection information), and provides most of the features of the more heavy-weight ORM libraries. It’s page is here.
No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URI
Leave a comment

