aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-Doctrine12
Commit message (Collapse)AuthorAgeFilesLines
* PHP dropped support for Oracle8 client library.Alex Dupre2010-04-111-4/+0
| | | | Notes: svn path=/head/; revision=252546
* - Updated to 1.2.2Greg Larkin2010-03-312-5/+14
| | | | Notes: svn path=/head/; revision=251906
* - Added LATEST_LINK to avoid package name conflict in Latest with theGreg Larkin2010-01-071-0/+1
| | | | | | | | | pear-Doctrine (1.x) port Reported by: portmgr (erwin) Notes: svn path=/head/; revision=247350
* - Added PORTSCOUT variables to stop erroneous warningsGreg Larkin2009-12-301-0/+1
| | | | Notes: svn path=/head/; revision=246899
* - Updated to 1.2.1Greg Larkin2009-12-162-66/+116
| | | | Notes: svn path=/head/; revision=246008
* - Updated to 1.1.6Greg Larkin2009-12-042-4/+4
| | | | Notes: svn path=/head/; revision=245211
* - Updated to 1.1.5Greg Larkin2009-11-052-4/+4
| | | | Notes: svn path=/head/; revision=243855
* Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ thatGreg Larkin2009-09-285-0/+1139
sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication. WWW: http://www.doctrine-project.org/ Feature safe: yes Notes: svn path=/head/; revision=242208