书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 43 个相关结果.
  • 第9章 Session

    Session 关于Session Cookie的用法 Session的用法 配置Session Session 这章将介绍Symfony2框架中Session的用法。 关于Session Session相当于是服务器端的Cookie。它是在服务器端存储一些数据,然后将索引的键值作为Cookie值发送给浏览器。 例如打开页面 http...
  • Third Party Applications and Libraries

    Third Party Applications and Libraries Dashboards and Tools for Multiple Supervisor Instances Third Party Plugins and Libraries for Supervisor Libraries that integrate Third Part...
  • Using Symfony with Homestead/Vagrant

    Using Symfony with Homestead/Vagrant Using Symfony with Homestead/Vagrant Install Vagrant and Homestead Setting Up a Symfony Application Using Symfony with Homestead/Vagrant ...
  • 第5章 Doctrine

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

    表单验证 About页面 Contact页面 创建表单 表单验证 发送邮件 表单验证 至此完成了自定义首页,接下来准备做about页面和contact页面。 About页面 首先添加路由配置: blogger_blogBundle_about : pattern : / about defaults :...
  • Homestead

    Laravel Homestead Introduction Included Software Installation & Setup First Steps Installing The Homestead Vagrant Box Installing Homestead Configuring Homestead Setting Your ...
  • 3.2. Command

    581 2019-05-16 《DesignPatternsPHP》
    3.2. Command 3.2.1. Purpose 3.2.2. Examples 3.2.3. UML Diagram 3.2.4. Code 3.2.5. Test 3.2. Command 3.2.1. Purpose To encapsulate invocation and decoupling. We have an ...
  • 优化你的业务逻辑

    在bundle外部存储类? 服务:命名和格式 服务的格式:YAML 服务:禁止使用类名参数 使用持久化分离层 Doctrine映射信息 Data Fixtures 编码标准 在计算机软件领域,业务逻辑(business logic) 或域逻辑(domain logic)指的是“程序中用于处理现实世界中决定数据被创建、显示、存储和改变的业务规...
  • Homestead

    Laravel Homestead Introduction Included Software Installation & Setup First Steps Installing The Homestead Vagrant Box Installing Homestead Configuring Homestead Setting Your ...
  • Laravel 虚拟开发环境 Homestead

    Laravel 虚拟开发环境 Homestead 简介 安装与设置 第一步 配置 Homestead 启动 Vagrant Box 根据项目安装 安装 MariaDB 常见用法 全局可用的 Homestead 通过 SSH 连接 连接数据库 增加更多网站 配置 Cron 调度器 端口 共享你的环境 多个 PHP 版本 ...