mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 13:21:36 +01:00
9 lines
432 B
Plaintext
9 lines
432 B
Plaintext
* Ability to load multiple sections in one {config_load ...}
|
|
* do way with Smarty.addons.php and make drop-in plugin
|
|
directory for functions and modifiers
|
|
* handle asp style tags in $php_handler
|
|
* correctly capture nested php tag syntax in templates:
|
|
<?php echo "<?php exit(); ?>"; ?>
|
|
* think about passing default structures to includes, i.e. {include
|
|
default=$foo}, then using $bar in included template, instead of $foo.bar
|