- Persistence in PHP with the Doctrine ORM
- Kévin Dunglas
- 125字
- 2021-07-21 18:04:22
Preface
Doctrine 2 has become the most popular modern persistence system for PHP. It is distributed with the standard edition of the Symfony2 framework, can be used standalone in any PHP project and integrates very well with Zend Framework 2, CodeIgniter, or Laravel. It is efficient, automatically abstracts popular database managing systems, supports PHP 5.3 features (including namespaces), is installable through Composer, and has an extensively tested quality code base.
Doctrine's ORM library allows easy persisting and retrieving of PHP object graph, without writing any SQL query by hand. It also provides a powerful object-oriented SQL-like query language called DQL, a database schema generator tool, an event system, and much more.
To discover this must-have library, we will together build a typical small, blog engine.
- Cybersecurity:Attack and Defense Strategies
- Learning Windows Server Containers
- WordPress Mobile Web Development:Beginner's Guide
- 構(gòu)建可擴展分布式系統(tǒng):方法與實踐
- 混沌工程實戰(zhàn):手把手教你實現(xiàn)系統(tǒng)穩(wěn)定性
- OpenStack系統(tǒng)架構(gòu)設(shè)計實戰(zhàn)
- Linux內(nèi)核設(shè)計的藝術(shù):圖解Linux操作系統(tǒng)架構(gòu)設(shè)計與實現(xiàn)原理
- Troubleshooting Docker
- Linux系統(tǒng)最佳實踐工具:命令行技術(shù)
- HTML5 Enterprise Application Development
- 電腦辦公(Windows 10 + Office 2016)入門與提高(超值版)
- 完美應(yīng)用Ubuntu(第2版)
- Microsoft Hyper-V Cluster Design
- openEuler操作系統(tǒng)核心技術(shù)與行業(yè)應(yīng)用實踐
- 再也不踩坑的kubernetes實戰(zhàn)指南