かめのはこ

とあるエンジニアのメモ帳です

cakephp

1年前のCakePHP2系で作ったプロジェクト

cakephp2系を使った失敗構成 @shareにこだわったわりに似たようなメソッドが微妙に名前を変えて実装される shareが実装後半で肥大化する恐怖 @const用意しすぎてカオス まぁ思い出ということで・・・ 構成的には ・フロント向けアプリケーション ・バック…

cakephpでsmartyを利用する

モジュールをダウンロード ※SmartyView https://github.com/kaz29/smartyview ※Smarty本体 http://www.smarty.net/以下を配置 core/vender/smarty # 本体のlibをsmartyって名前で設置 app/views/smarty.php # smartyviewのphpのみ設置const.phpに Configure:…