インストールの手順、設定方法等の記録Smartyのダウンロード(2.6.12 で動作確認) こちらよりSmarty-2.*.**.tar.gzをダウンロード。 CakePHPの/vendorsに、smartyディレクトリを作成。 Smarty-2.*.**.tar.gzを解凍して、libs内のファイルを上で作成したsmartyディレクトリにコピー。 (/vendors/smarty/Smarty.classの様な構成になる。) /app/tmp/smarty/にSmartyの利用するcache、compileディレクトリを作成。 /app/tmp/smarty/cache/ /app/tmp/smarty/compile/ Smarty View class (Version 1.1で動作確認) こちらよりファイルをダウンロードしてsmarty.php にリネームして/app/views/