Files
smarty/TODO

9 lines
432 B
Plaintext
Raw Normal View History

2001-02-13 14:28:33 +00:00
* Ability to load multiple sections in one {config_load ...}
2001-02-20 21:23:19 +00:00
* do way with Smarty.addons.php and make drop-in plugin
directory for functions and modifiers
2001-02-20 21:24:23 +00:00
* handle asp style tags in $php_handler
2001-02-20 21:26:41 +00:00
* correctly capture nested php tag syntax in templates:
<?php echo "<?php exit(); ?>"; ?>
2001-04-12 13:44:19 +00:00
* think about passing default structures to includes, i.e. {include
default=$foo}, then using $bar in included template, instead of $foo.bar