CakePHP Cookbook 2.xActs As a Requester Creating ACOs (Access Control Objects) Simple Acl controlled Application - part 2 An Automated tool for creating ACOs Setting up permissions Logging in Logout All done Contributing CakePHP up and running without any configuration at all. Make sure you have PHP 5.2.8 or greater. 2. A database server. We’re going to be using MySQL server in this tutorial. You’ll need to know enough latest release of 2.0 You can also clone the repository using git [https://git-scm.com/]: git clone -b 2.x git://github.com/cakephp/cakephp.git Regardless of how you downloaded it, place the code inside of0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 2.xCakePHP Cookbook Documentation Release 2.x Cake Software Foundation Sep 10, 2023 Contents 1 Getting Started 1 Blog Tutorial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Adding a layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2 Installation 29 Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 673 Simple Acl controlled Application - part 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 679 ii 13 Contributing 6830 码力 | 820 页 | 2.52 MB | 1 年前3
CmlPHP v2.x 开发手册模板中不同的url_model模式下传参给后端 ? &符混乱 服务高可用 升级日志 CmlPHP v2.x开发手册 本教程是针对CmlPHP开发框架的V2.x系列版本的开发使用教程。 本教程离线版下载:pdf、mobi、epub CmlPHP主页:cmlphp.com CmlPHP v2.x Api手册:api.cmlphp.com CmlPHP简介 CmlPHP是基于php5.3+(v2 (C)2012 - 3000 http://cmlphp.com * @Author linhecheng* @Date: 14-2-21 下午2:23 * @version @see \Cml\Cml::VERSION * cmlphp框架惯例配置文件 * ****************************** debug调试信息模板 /* URL设置 */ 'url_model' => 1, // URL访问模式,可选参数1、 2、3,代表以下四种模式: // 1 (PATHINFO 模式显示index.php); 2 (PATHINFO 不显 示index.php); 3 (兼容模式) 默认为PATHINFO 模式,提供最好 的用户体验和SEO支持 0 码力 | 245 页 | 720.67 KB | 1 年前3
CmlPHP v2.x 开发手册1. Introduction 1.1 2. CmlPHP简介 1.2 3. 初始化一个项目 1.3 4. 入口文件 1.4 5. 项目目录说明 1.5 6. 开发指引 1.6 1. 配置 1.6.1 1. normal.php 1.6.1.1 2. common.php 1.6.1.2 3. plugin 配置的获取 1.6.1.6 7. 动态修改配置 1.6.1.7 2. URL模式 1.6.2 3. 路由 1.6.3 4. 控制器 1.6.4 1. 前置方法 1.6.4.1 5. 请求、响应 1.6.5 1. Input 1.6.5.1 2. Request 1.6.5.2 3. Response 1.6 3 4. Cookie 1.6.5.4 5. Session 1.6.5.5 6. 模型-MySQL 1.6.6 1. 模型的调用方式 1.6.6.1 2. 数据查询 1.6.6.2 3. 分页查询 1.6.6.3 4. 数据添加 1.6.6.4 5. 获取上一次插入的id 1.6.6.5 6. 数据更新 10 码力 | 251 页 | 973.37 KB | 1 年前3
CmlPHP v2.x 开发手册Blade模板引擎 锁-并发处理 缓存 语言包 日志 调试 Session自定义保存位置 框架自带的扩展包 插件 使用说明 系统挂载点 常用常量 命令行运行程序 守护工作进程 队列服务 2 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.7 1.7.1 1.7.1.1 1.7.1.2 1.7.2 1.8 1.8.1 1.8.2 1.8 模板中不同的url_model模式下传参给后端 ? &符混乱 服务高可用 升级日志 3 CmlPHP v2.x开发手册 本教程是针对CmlPHP开发框架的V2.x系列版本的开发使用教程。 本教程离线版下载:pdf、mobi、epub CmlPHP主页:cmlphp.com CmlPHP v2.x Api手册:api.cmlphp.com 4 CmlPHP简介 CmlPHP是基于php5 (C)2012 - 3000 http://cmlphp.com * @Author linhecheng* @Date: 14-2-21 下午2:23 * @version @see \Cml\Cml::VERSION * cmlphp框架惯例配置文件 * ******************************** 0 码力 | 143 页 | 1.54 MB | 1 年前3
Falcon v3.0.0-b2 DocumentationFalcon Documentation Release 3.0.0b2 Kurt Griffiths et al. Mar 03, 2021 CONTENTS 1 What People are Saying 3 2 Quick Links 5 3 Features 7 4 Who’s Using Falcon? 9 5 Documentation 11 5.1 User Guide . . . . . 324 Python Module Index 327 Index 329 ii Falcon Documentation, Release 3.0.0b2 Release v3.0b2 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends falcon.App() app.add_route('/quote', QuoteResource()) CONTENTS 1 Falcon Documentation, Release 3.0.0b2 2 CONTENTS CHAPTER ONE WHAT PEOPLE ARE SAYING “We have been using Falcon as a replacement for [framework]0 码力 | 340 页 | 1.15 MB | 1 年前3
Falcon v3.0.0-b2 DocumentationThe Falcon Web Framework Release v3.0b2 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter Rams of web frameworks Setting Cookies The Secure Attribute The SameSite Attribute Status Codes HTTPStatus 1xx Informational 2xx Success 3xx Redirection 4xx Client Error 5xx Server Error Error Handling Base Class Predefined Errors ipython Now, type the following to introspect the falcon.App callable: In [1]: import falcon In [2]: falcon.App.__call__? Alternatively, you can use the standard Python help() function: In [3]: help(falcon0 码力 | 1041 页 | 730.21 KB | 1 年前3
Falcon v1.4.0 Documentationipython Now, type the following to introspect the falcon.API callable: In [1]: import falcon In [2]: falcon.API.__call__? Alternatively, you can use the standard Python help() function: In [3]: help(falcon doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5- 6e8adba7cc0e.png' } ] } # Create a JSON representation doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5- 6e8adba7cc0e.png' } ] } resp.data = msgpack.packb(doc0 码力 | 230 页 | 271.65 KB | 1 年前3
Falcon v1.4.1 Documentationipython Now, type the following to introspect the falcon.API callable: In [1]: import falcon In [2]: falcon.API.__call__? Alternatively, you can use the standard Python help() function: In [3]: help(falcon doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5- 6e8adba7cc0e.png' } ] } # Create a JSON representation doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5- 6e8adba7cc0e.png' } ] } resp.data = msgpack.packb(doc0 码力 | 231 页 | 272.52 KB | 1 年前3
Falcon v1.4.1-post-1 Documentationipython Now, type the following to introspect the falcon.API callable: In [1]: import falcon In [2]: falcon.API.__call__? Alternatively, you can use the standard Python help() function: In [3]: help(falcon doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5- 6e8adba7cc0e.png' } ] } # Create a JSON representation doc = { 'images': [ { 'href': '/images/1eaf6ef1-7f2d-4ecc-a8d5- 6e8adba7cc0e.png' } ] } resp.data = msgpack.packb(doc0 码力 | 229 页 | 273.39 KB | 1 年前3
共 99 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













