Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend Developer Zone:
Junction -- a new persistance layer for PHP 5
Oct 05, 2007 @ 12:59:00

On the Zend Developer Zone today, there's a new post about a new project that's been launched - an object persistence layer for PHP, Junction.

The goal is to automate basic query construction, decouple the application from the database, and allow for faster development. With Junction you write a simple data object (the only requirement is that it have getters and setters) and a mapping file, following that you can start interacting with the database.

The project is completely open source (under the MIT license) and is operating under the "release early, release often" mentality. You can grab this most recent download directly from their site.

tagged: junction persistence layer php5 project hibernate junction persistence layer php5 project hibernate

Link:

Zend Developer Zone:
Junction -- a new persistance layer for PHP 5
Oct 05, 2007 @ 12:59:00

On the Zend Developer Zone today, there's a new post about a new project that's been launched - an object persistence layer for PHP, Junction.

The goal is to automate basic query construction, decouple the application from the database, and allow for faster development. With Junction you write a simple data object (the only requirement is that it have getters and setters) and a mapping file, following that you can start interacting with the database.

The project is completely open source (under the MIT license) and is operating under the "release early, release often" mentality. You can grab this most recent download directly from their site.

tagged: junction persistence layer php5 project hibernate junction persistence layer php5 project hibernate

Link:


Trending Topics: