书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 13321 个相关结果.
  • coolie-mid-php

    606 2018-11-03 《coolie 官方指南》
    1介绍 2配置 2.1regexps 3使用 4github 1介绍 支持构建 html 内嵌 PHP 的代码。如: <? php PHP code ?> => <? php PHP code ?> 2配置 2.1regexps 类型:array<regexp> 默认:...
  • Class Phalcon\Mvc\Model\MetaData\Xcache

    Class Phalcon\Mvc\Model\MetaData\Xcache Constants Methods Class Phalcon\Mvc\Model\MetaData\Xcache extends abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc...
  • 第5章 模板(Templates)

    创建和使用模板 模板 为什么使用Twig? Twig模板缓存 模板继承和布局 模板的命名和存放位置 从Bundle中引入模板 模版后缀 Tags和Helpers 引入其他模版 链接到页面 链接到Assets 在Twig中包容样式表和Javascript 引用Request,User或Session对象 输出转义 总结 Keep ...
  • Windows 系统下使用 Phalcon 开发工具(Phalcon Developer Tools on Windows)

    Windows 系统下使用 Phalcon 开发工具(Phalcon Developer Tools on Windows) 预备知识(Prerequisites) 下载(Download) 添加 PHP 以及工具所在路径到系统环境变量 PATH (Adding PHP and Tools to your system PATH) 相关指南(Relate...
  • 在视图文件中使用 PHP 替代语法

    在视图文件中使用 PHP 替代语法 自动短标记支持 Echo 替代语法 控制结构的替代语法 在视图文件中使用 PHP 替代语法 如果你不使用 CodeIgniter 的 模板引擎 ,那么你就只能在视图文件中使用纯 PHP 语法了。为了精简视图文件,使其更可读,建议你在写控制结构或 echo 语句时使用 PHP 的替代语法。如果你还不熟悉这个语法...
  • Continuous Integration

    Continuous Integration Linting info.xml php Static analysis Continuous Integration We highly recommend setting up automated tests for your app, so that every change has to ...
  • Performance

    Performance Symfony Application Checklist Production Server Checklist Install APCu Polyfill if your Server Uses APC Use the OPcache Byte Code Cache Configure OPcache for Maximum...
  • Queue

    Queueing Some of the data returned from queue methods require that the module Yaml be installed. Please refer to this for more information. You will need to use Yaml >= 2.0.0 Put...
  • 6 Web界面安装

    6 Web界面安装 欢迎页面 先决条件检查 配置数据库连接 Zabbix服务器详情 安装前总结 Install 登录 6 Web界面安装 以下部分介绍如何一步一步安装Zabbix Web界面。Zabbix Web界面使用PHP语言编写,所以Zabbix Web界面必须在支持PHP环境的web服务器上运行. 如果需要使用除了英语以外的其...
  • 命令运行

    使用与运行 查看命令 查看版本 命令帮助信息 执行命令 使用与运行 完成定义命令后,可以执行命令,处理对应业务逻辑 如果不特殊设置,swoft 默认在协程环境运行命令 查看命令 查看当前已经定义的所有命令组 php bin / swoft # 或者 php bin / swoft - h php bin / sw...