Commit Graph

17 Commits

Author SHA1 Message Date
Uwe Tews
ca969fe663 fix autoloader optimization 2015-08-06 00:59:06 +02:00
Uwe Tews
8d30442450 - bugfix PATH_SEPARATOR was replaced by mistake in autoloader 2015-06-28 15:12:00 +02:00
Uwe Tews
c1ae1a52af - optimize autoloader 2015-06-28 08:33:18 +02:00
Uwe Tews
ce0c1dcfae - move $smarty->append() and $smarty->appendByRef() into extension 2015-06-28 05:22:19 +02:00
Uwe Tews
afe9af11b7 - move $smarty->getTemplateVars() into extension 2015-06-28 04:44:16 +02:00
Uwe Tews
85eb95d960 - move auto load filter methods into extension 2015-06-28 04:05:07 +02:00
Uwe Tews
15d8e545cd - rework of $smarty->clearCompiledTemplate() and move it to its own extension 2015-06-27 23:59:12 +02:00
Uwe Tews
291c06dbea - move $smarty->loadPlugin() into extension 2015-06-27 20:56:27 +02:00
Uwe Tews
6b875397a5 update autoloader 2015-06-21 13:56:10 +02:00
Uwe Tews
b4792df08a - bugfix missig entry for smarty-temmplate-config in autoloader 2015-05-12 03:07:24 +02:00
Uwe Tews
740a583c7c Use require_once 2015-01-07 16:46:03 +01:00
Uwe Tews
111a10bb17 Move some classes into its own files 2015-01-04 05:51:52 +01:00
Uwe Tews
c8712b8b7e update autoloader 2015-01-02 09:12:27 +01:00
Uwe Tews
48f66c81c7 rework class Smarty_Template_Cached
- move class Smarty_Template_Cached in its own file
- implement all code for chached template handling in class
2015-01-01 23:53:59 +01:00
Uwe Tews
c3aa9994c8 rework source resource handling
- move class Smarty_Template_Source into its own file
- impelement all source processing into the classes it better belongs to
2015-01-01 23:34:29 +01:00
Uwe Tews
2687f36849 update autoloader with for special class names 2014-12-31 14:32:47 +01:00
Uwe Tews
0b6af0add7 move autoload code into Autoloader.php.
Use Composer autoloader when possible
2014-11-13 19:42:01 +01:00