Smarty(); // templates folder $this->template_dir= APPPATH."views/templates"; // compiled templates folder $this->compile_dir= APPPATH."views/templates_c"; // cache folder $this->cache_dir= APPPATH."views/cache"; //config folder $this->config_dir= APPPATH."views/config"; //plugins folder $this->plugins_dir = array( "/usr/share/php/Smarty3/plugins/", "/usr/share/php/Smarty3/sysplugins/" ); // template recheck on $this->compile_check= true; // cache off $this->caching= false; $this->cache_lifetime= 86400; } }