Tuesday, June 17, 2008

Yet Another ORM Tool

If you're looking for yet another ORM tool, here's one that might knock your socks off. It's called Outlet and it's SUPER EASY!!!

http://outlet.knowledgehead.com/wiki/index.php/Main_Page

The advantage of this system is that you build an object class that describes your content with private vars and set/get methods, and then run it through Outlet to drive your ORM automatically. If you have special SELECT needs, it can do that too.

It's written for PDO and has been tested with SQLite and MySQL 5.

Here's a Quick Start that makes it very apparent to you how easy this thing is.

http://outlet.knowledgehead.com/wiki/index.php/Quick_Start_Guide

No comments: