mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
ChangeLog update
This commit is contained in:
17
ChangeLog
17
ChangeLog
@@ -1,3 +1,20 @@
|
||||
2005-01-06 Messju Mohr <messju@lammfellpuschen.de>
|
||||
|
||||
* libs/Smarty_Compiler.class.php:
|
||||
reduced the code that is generated on a {foreach}-block that has a
|
||||
name.
|
||||
|
||||
instead of pre-computing all foreach-properties (like first, last,
|
||||
show) on each iteration, they are computed on demand as soon as
|
||||
{$smarty.foreach.*}-variables are used.
|
||||
|
||||
* NEWS
|
||||
libs/Smarty_Compiler.class.php:
|
||||
slight optimization in the compilation of $smarty.const.FOO .
|
||||
|
||||
more complex consts like $smarty.const.$name still compile to
|
||||
constant($this->_tpl_vars['name'])
|
||||
|
||||
2005-01-05 Messju Mohr <messju@lammfellpuschen.de>
|
||||
|
||||
* NEWS
|
||||
|
Reference in New Issue
Block a user