After many years of using Smarty, loving Smarty and eventually hating Smarty, I've decided to remove it from PICKLES. The latest release candidates for the new Smarty 3 have not impressed me enough to keep it around, in fact peeping the code of the new version makes me think it should have never been included in the first place. May end up using Savant, may end up rolling a custom PICKLES solution, only time will tell.
This commit is contained in:
parent
1b39110651
commit
cab6641a96
90 changed files with 3 additions and 21705 deletions
|
@ -103,13 +103,13 @@ class Module extends Object
|
|||
/**
|
||||
* Default display engine
|
||||
*
|
||||
* Defaults to null but could be set to Smarty, JSON, XML or RSS. Value is
|
||||
* Defaults to PHP but could be set to JSON, XML or RSS. Value is
|
||||
* overwritten by the config value if not set by the module.
|
||||
*
|
||||
* @access protected
|
||||
* @var string, null by default
|
||||
*/
|
||||
protected $engine = null;
|
||||
protected $engine = DISPLAY_PHP;
|
||||
|
||||
/**
|
||||
* Default template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue