Changeset 3736
- Timestamp:
- 02/10/08 22:11:30 (17 months ago)
- Location:
- branches
- Files:
-
- 2 modified
-
0.10/package.xml (modified) (1 diff)
-
0.9/package.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/package.xml
r3735 r3736 2 2 <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.1" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> 3 3 <name>Doctrine</name> 4 <channel>pear.php .net</channel>4 <channel>pear.phpdoctrine.org</channel> 5 5 <summary>PHP5 Database ORM</summary> 6 6 <description>Doctrine is an ORM (object relational mapper) for PHP 5.2.x+ that sits on top of a powerful 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.</description> -
branches/0.9/package.xml
r3735 r3736 2 2 <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.1" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> 3 3 <name>Doctrine</name> 4 <channel>pear.php .net</channel>4 <channel>pear.phpdoctrine.org</channel> 5 5 <summary>PHP5 Database ORM</summary> 6 6 <description>Doctrine is an ORM (object relational mapper) for PHP 5.2.x+ that sits on top of a powerful 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.</description>