30 7 月 07 CakePHP 1.2 でFCKeditorを使ってみた the BakeryのUsing FCKeditor with CakePHPを参考にCakePHP 1.2でFCKeditorを使ってみた。 最初にFCKeditorの本体をダウンロードし、以下のファイルを”/app/webroot/js”へコピー editor(ディレクトリ) fckeditor.js fckconfig.js fckstyles.xml fcktemplates.xml 次はHelperの作成 /app/view/helpers/fck.php <?php class FckHelper extends Helper { function load($id, $toolbar = ‘Default’) { foreach (explode(’[', str_replac