书栈网 · BookStack 本次搜索耗时 0.087 秒,为您找到 242 个相关结果.
  • Doctrine Events

    Doctrine Events Doctrine Events Doctrine Lifecycle Callbacks Doctrine Lifecycle Listeners Doctrine Entity Listeners Doctrine Lifecycle Subscribers Doctrine Events Doctr...
  • Databases (Doctrine ORM)

    Databases and the Doctrine ORM Databases and the Doctrine ORM Installing Doctrine Configuring the Database Creating an Entity Class Migrations: Creating the Database Tables/Sch...
  • Using Doctrine with Slim

    1251 2019-09-21 《Slim 3 Document》
    Using Doctrine with Slim Adding Doctrine to your application Provide database credentials Define the EntityManager service Create the Doctrine console Using the EntityManager i...
  • 2.2. Doctrine

    02.02 Doctrine 02.02 Doctrine 几乎可以这么说,所有的Web应用都不可避免地要和数据库打交道。 在“上古时代”,我们习惯于用mysql_connect() 这样的语句来连接数据库,mysql_fetch_array() 这样的语句来获得数据。但是这些已经是过时的、不再推荐反而要被禁止的做法。即使我们不使用任何框架而编写一...
  • Databases (Doctrine ORM)

    Databases and the Doctrine ORM Databases and the Doctrine ORM Installing Doctrine Configuring the Database Creating an Entity Class Migrations: Creating the Database Tables/Sch...
  • Databases (Doctrine ORM)

    Databases and the Doctrine ORM Installing Doctrine Configuring the Database Creating an Entity Class Migrations: Creating the Database Tables/Schema Migrations & Adding more Fi...
  • cache.adapter.doctrine

    Doctrine Cache Adapter Doctrine Cache Adapter Doctrine Cache Adapter Doctrine Cache Adapter This adapter wraps any class extending the Doctrine Cache abstract provider, al...
  • How to Test A Doctrine Repository

    How to Test A Doctrine Repository How to Test A Doctrine Repository Mocking a Doctrine Repository in Unit Tests Functional Testing of A Doctrine Repository How to Test A Doct...
  • How to Use Doctrine DBAL

    How to Use Doctrine DBAL How to Use Doctrine DBAL Registering custom Mapping Types Registering custom Mapping Types in the SchemaTool How to Use Doctrine DBAL How to Use ...
  • 第5章 Doctrine

    1364 2019-03-10 《Symfony2实例教程》
    Doctrine 关于Doctrine 数据库配置 创建数据库模型 新建控制器 添加测试数据 Doctrine 这一章将介绍Symfony2的数据库操作。在Symfony2中默认使用的ORM库是Doctrine。 关于Doctrine Doctrine是一个专门用于处理数据库操作的ORM库,关于ORM的介绍请参考: http://zh...