2014-10-01から1ヶ月間の記事一覧

Zend Framework 2 でテンプレートエンジン"Twig"を使ってみる

1. Install ZF-Commons/ZfcTwig composer.json "require": { "zf-commons/zfc-twig": "dev-master" } 2. Setup application.config.php return array( // This should be an array of module namespaces used in the application. 'modules' => array( 'Appl…