Pt_BR En Ja De Fr 

Doctrine, a Free Open Source PHP ORM

Doctrine is a PHP ORM (object relational mapper) for PHP 5.2.3+ that sits on top of a powerful PHP DBAL (database abstraction layer). One of its key features is the ability to optionally write database queries in an OO (object oriented) SQL-dialect called DQL inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains a maximum of flexibility without requiring needless code duplication.

Taking Advantage of Column Aggregation Inheritance

Posted by jwage about 5 hours ago

Today I have published another tutorial in the 1.0 Cookbook. This recipe solves the same situation where you want to allow address properties on multiple records. This approach is a much more normalized implementation compared to using templates/behaviors and it allows for multiple addresses inst... [read more] [0 Comments]

Plug and Play Schema Information With Templates

Posted by jwage 2 days ago

Check out the latest addition to the Doctrine Cookbook. We have added a short little tutorial on how to use Doctrine templates to solve a real world problem to allow Address attributes on many records easily. We will be publishing many more tutorials in the coming weeks. If you're interested in c... [read more] [4 Comments]