タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

smartyに関するsnusmumのブックマーク (1)

  • CakePHP で Smarty を使用するメモ | Sun Limited Mt.

    Smarty を CakePHP で使用する方法を調べたメモ Smarty の用意 Smarty ディレクトリを/vendors ディレクトリへコピー /vendors/smarty/Smarty.class.php のようになる。 Smarty が使用するディレクトリを作成 /app/tmp/smarty/cache/ /app/tmp/smarty/compile/ Smarty 用の View クラスの準備 レンダリングを任せる Smarty View Class を設定します。 Smarty View Class をダウンロードして smarty.php とリネームして /app/views/ に配置する。 smarty という名前のサブディレクトリを使用しないなら $this->subDir = 'smarty'.DS; をコメントアウトする。 また、 $this->Smarty

  • 1