cakephp wp インストール ブログ
/app
/blog ← ここにWordPressを配置
/lib
/plugin
/vendors
・app直下の.htaccess
<IfModule mod_rewrite ...cakephp2x フォーム
siryo-contact
Cakaphp2x メタタグ inline
<?php $this->Html->meta(array('name' => 'robots', 'content' => 'noindex,nofollow'), null, array('inline' ...
Cakephp2x 表示件数 動的変更
$this->paginate = array('maxLimit' => 1000);
■ページネーション
http://book.cakephp.org/2.0/ja/appendices/new-feature ...
cakephp ブログエディター ckeditor
■ckeditor
http://ckeditor.com/
■kcfinder(≠ ckfinder)
https://github.com/sunhater/kcfinder
各フォルダをj ...
Cakephp ページング
public $components = array('Session');public $paginate = array('Timetable' => array('limit' => 5,'order' => arr ...