CakePHP Cookbook 2.x
Here, I’ve specified that both the body and title fields must not be empty. CakePHP’s validation engine is strong, with a number of pre-built rules (credit card numbers, email addresses, etc.) and flexibility default routing works well enough. Developers who are sensitive to user-friendliness and general search engine compatibility will appreciate the way that CakePHP’s URLs map to specific actions. So we’ll just you may need to install mcrypt via PECL. See Security for more information. Technically a database engine isn’t required, but we imagine that most applications will utilize one. CakePHP supports a variety0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook Documentation 5.xBehaviors Schema System Schema Cache Tool Caching Cache Configuring Cache Engines Cache::setConfig Engine Options FileEngine Options RedisEngine Options MemcacheEngine Options Configuring Cache Fallbacks Globally Enable or Disable Cache Cache::disable Cache::enable Cache::enabled Creating a Cache Engine CacheEngine Bake Console Console Commands The CakePHP Console Console Applications Renaming Commands title, and body fields must not be empty, and have certain length constraints. CakePHP’s validation engine is powerful and flexible. It provides a suite of frequently used rules for tasks like email addresses0 码力 | 1080 页 | 939.39 KB | 1 年前3
CakePHP Cookbook 2.x
Here, I’ve specified that both the body and title fields must not be empty. CakePHP’s validation engine is strong, with a number of pre- built rules (credit card numbers, email addresses, etc.) and flexibility default routing works well enough. Developers who are sensitive to user-friendliness and general search engine compatibility will appreciate the way that CakePHP’s URLs map to specific actions. So we’ll just you may need to install mcrypt via PECL. See Security for more information. Technically a database engine isn’t required, but we imagine that most applications will utilize one. CakePHP supports a variety0 码力 | 820 页 | 2.52 MB | 1 年前3
CakePHP Cookbook Documentation 5.x. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 515 Creating a Cache Engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 515 14 Bake title, and body fields must not be empty, and have certain length constraints. CakePHP’s validation engine is powerful and flexible. It provides a suite of frequently used rules for tasks like email addresses Controller/Controller – Mailer/Mailer – View/Cell – View/Helper – View/View • The supported database engine versions were updated: – MySQL (5.7 or higher) – MariaDB (10.1 or higher) – PostgreSQL (9.6 or0 码力 | 848 页 | 2.53 MB | 1 年前3
CakePHP Cookbook 3.x
Configuration options Testing Actions Protected By AuthComponent Caching Configuring Cache Engines Engine Options FileEngine Options RedisEngine Options MemcacheEngine Options Configuring Cache Fallbacks Cache to Store Common Query Results Using Groups Globally Enable or Disable Cache Creating a Cache Engine Bake Console Console Tools, Shells & Tasks The CakePHP Console Console Applications Renaming Commands title, and body fields must not be empty, and have certain length constraints. CakePHP’s validation engine is powerful and flexible. It provides a suite of frequently used rules for tasks like email addresses0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 3.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642 Creating a Cache Engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643 14 Bake title, and body fields must not be empty, and have certain length constraints. CakePHP’s validation engine is powerful and flexible. It provides a suite of frequently used rules for tasks like email addresses CakePHP Cookbook Documentation, Release 3.10 New Features Cache • The ArrayEngine was added. This engine provides an ephemeral in memory cache implementation. It is ideal for test suites or long running0 码力 | 967 页 | 2.80 MB | 1 年前3
CakePHP Cookbook 4.x
Testing Actions Protected By AuthComponent Caching Cache Configuring Cache Engines Cache::setConfig Engine Options FileEngine Options RedisEngine Options MemcacheEngine Options Configuring Cache Fallbacks Globally Enable or Disable Cache Cache::disable Cache::enable Cache::enabled Creating a Cache Engine CacheEngine Bake Console Console Commands The CakePHP Console Console Applications Renaming Commands title, and body fields must not be empty, and have certain length constraints. CakePHP’s validation engine is powerful and flexible. It provides a suite of frequently used rules for tasks like email addresses0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook 4.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 615 Creating a Cache Engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 615 14 Bake title, and body fields must not be empty, and have certain length constraints. CakePHP’s validation engine is powerful and flexible. It provides a suite of frequently used rules for tasks like email addresses default now. Core • Configure::load() will now raise an exception when an invalid configuration engine is used. Database • ComparisonExpression no longer wraps generated IdentifierExpression sql in0 码力 | 967 页 | 2.88 MB | 1 年前3
CmlPHP v2.x 开发手册
\Cml\View::getEngine('html'); //\Cml\View::getEngine();不传类型的时候,使用的引擎 可在配置文件中配置 'view_render_engine' => 'Html'默认为 view_html //自定义服务实现\Cml\Interfaces\View接口即可或继承 \Cml\View\Base再按需重载 C 'tableprefix' => 'cml_', //数据表前缀 'pconnect' => false, //是否开启数据库长连接 'engine'=>''//数据库引擎 ], 'slaves'=> [], //从库配置 //查询数据缓存时间,表数据有变动会自动更新缓存。设置 为0表示表数据没变动时缓存不过期。 'tableprefix' => 'sun_', //数据表前缀 'pconnect' => false, //是否开启数据库长连接 'engine' => ''//数据库引擎 ], 'slaves'=>[], //查询数据缓存时间,表数据有变动会自动更新缓存。设置 为0表示表数据没变动时缓存不过期。0 码力 | 245 页 | 720.67 KB | 1 年前3
CmlPHP v2.x 开发手册
tml'); //\Cml\View::getEngine(); 不 传 类 型 的 时 候 , 使 用 的 引 擎 可 在 配 置 文 件 中 配 置 'view_render_engine' => 'Html'默认为view_html //自定义服务实现\Cml\Interfaces\View接口即可或继承\Cml\View\Base再按需重载 Cml:: 'tableprefix' => 'cml_', //数据表前缀 'pconnect' => false, //是否开启数据库长连接 'engine'=>''//数据库引擎 ], 'slaves'=> [], //从库配置 //查询数据缓存时间,表数据有变动会自动更新缓存。设置为0表示表数据没变动时缓存不过期。 'tableprefix' => 'sun_', //数据表前缀 'pconnect' => false, //是否开启数据库长连接 'engine' => ''//数据库引擎 ], 'slaves'=>[], //查询数据缓存时间,表数据有变动会自动更新缓存。设置为0表示表数据没变动时缓存不过期。0 码力 | 251 页 | 973.37 KB | 1 年前3
共 66 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7













