cakephp, wordpress, 未分類

/app
/blog ← ここにWordPressを配置
/lib
/plugin
/vendors

・app直下の.htaccess

<IfModule mod_rewrite ...

cakephp, 未分類

<?php $this->Html->meta(array('name' => 'robots', 'content' => 'noindex,nofollow'), null, array('inline' ...

cakephp, 未分類

$this->paginate = array('maxLimit' => 1000);

■ページネーション
http://book.cakephp.org/2.0/ja/appendices/new-feature ...

cakephp, 未分類

■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 ...

PAGE TOP