PHP Classes

File: app/Config/view/smarty.php

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Demo   app/Config/view/smarty.php   Download  
File: app/Config/view/smarty.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Dframe Demo
Application to demonstrate the Dframe framework
Author: By
Last change: Update of app/Config/view/smarty.php
Date: 3 years ago
Size: 468 bytes
 

Contents

Class file image Download
<?php

return [
   
'setTemplateDir' => APP_DIR . 'View/templates', // Default './View/templates'
   
'setCompileDir' => APP_DIR . 'View/templates_c', // Default './View/templates_c'
   
'addPluginsDir' => '', // Default template dir ./Libs/Plugins/smarty
   
'debugging' => false, // Default False
   
'fileExtension' => '.html.php' // Default '.html.php'
];