书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 13485 个相关结果.
  • Abstract class Phalcon\Mvc\Model

    Abstract class Phalcon\Mvc\Model Constants Methods Abstract class Phalcon\Mvc\Model implements Phalcon\Mvc\EntityInterface , Phalcon\Mvc\ModelInterface , Phalcon\Mvc\Model\...
  • 配置文件和目录

    配置 配置文件和目录 配置 本项目遵循ThinkPHP 的框架原则,即惯例重于配置的原则,系统会按照下面的顺序来加载配置文件(配置的优先顺序从右到左)。 惯例配置->应用配置->模块配置->动态配置 惯例配置:核心框架内置的配置文件,无需更改。 应用配置:每个应用的全局配置文件(框架安装后会生成初始的应用配置文件),有部分配置参数仅能在...
  • Class Phalcon\Mvc\View\Simple

    Class Phalcon\Mvc\View\Simple Methods Class Phalcon\Mvc\View\Simple extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface , Phalcon\D...
  • Webserver Setup

    Web Server Setup PHP-FPM PHP Built-In Webserver (For Developers) Phalcon configuration Nginx Install Nginx Phalcon configuration Start Nginx Apache Phalcon configuration Doc...
  • 获取文章的各种方式

    805 2018-10-09 《ThinkCMF文档》
    获取文章的各种方式 获取文章的各种方式 sp_sql_posts () 示例: <? php $tag = 'cid:6;field:post_title,post_content;order:listorder asc' ; $posts = sp_sql_posts ( $tag ); print_r ( $posts ...
  • Content Management Tutorial

    Content Management Tutorial Getting CakePHP Checking our Installation Content Management Tutorial This tutorial will walk you through the creation of a simple CMS application...
  • Content Management Tutorial

    Content Management Tutorial Getting CakePHP Checking our Installation Content Management Tutorial This tutorial will walk you through the creation of a simple CMS application...
  • VarExporter

    The VarExporter Component The VarExporter Component Installation Exporting/Serializing Variables Instantiating PHP Classes The VarExporter Component The VarExporter Compone...
  • 环境依赖

    环境依赖 PHP版本依赖 推荐使用的Linux发行版 ARM平台(树莓派Raspberry PI) MIPS平台(OpenWrt路由器) CygWin环境支持(Windows系统) BashOnWindows DockerOnWindows 环境依赖 仅支持 Linux,FreeBSD,MacOS,3类操作系统 Linux 内核版本...
  • 初识Swoole

    初识 Swoole 前言 起源 现在 Swoole 能做什么 与传统Web开发的区别 初识 Swoole 前言 在之前的教程当中我们已经了解到了php的几种运行模式: CGI 通用网关接口(Common Gateway Interface) Fast-CGI 是 cgi 的升级版本,用 PHP-FPM(FastCGI Proc...