Commit 38922bfc by Seldaek

git-svn-id: svn://dwoo.org/dwoo/trunk@197 0598d79b-80c4-4d41-97ba-ac86fbbd088b

parent 2c6e1b7b
......@@ -10,8 +10,8 @@
// ------------------------
$view = new Dwoo_Adapters_ZendFramework_View(array(
'compile_dir' => 'path/to/compile_dir' // set to null or remove this line to use defaults
'cache_dir' => 'path/to/cache_dir' // set to null or remove this line to use defaults
'compileDir' => 'path/to/compile_dir' // set to null or remove this line to use defaults
'cacheDir' => 'path/to/cache_dir' // set to null or remove this line to use defaults
));
// This allows you to use ZF's helpers as if they were Dwoo plugins (i.e. {doctype} will call the doctype helper)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment