Paketname | doctrine |
Beschreibung | Tool for object-relational mapping in PHP |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.2.2-2+squeeze1 |
Sektion | php |
Priorität | optional |
Installierte Größe | 3024 Byte |
Hängt ab von | php5 | php5-cli, php5-mysql | php5-pgsql | php5-sqlite | php5-sybase |
Empfohlene Pakete | |
Paketbetreuer | Debian Symfony Maintainers |
Quelle | |
Paketgröße | 389686 Byte |
Prüfsumme MD5 | 0c7e8cf6b573dff875ff35a16719c9a3 |
Prüfsumme SHA1 | fb74ad2f74f32a8ec5af57e5e87f9a7a9b3bdcf3 |
Prüfsumme SHA256 | 30aecbcc7fde8e8c9a6600da4f598809ab2ac9e77e14031437689efa6b156e49 |
Link zum Herunterladen | doctrine_1.2.2-2+squeeze1_all.deb |
Ausführliche Beschreibung | The Doctrine library sits on top of PDO and is itself divided into two
main layers, the DBAL (which represents a complete database abstraction
API) and the ORM (the bridge between the relational model and the object
model / domain model).
.
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 Hibernates HQL. This provides developers with a
powerful alternative to SQL that maintains flexibility without requiring
unnecessary code duplication.
|