Files
smarty/TODO
2001-02-20 21:26:41 +00:00

9 lines
388 B
Plaintext

* Ability to load multiple sections in one {config_load ...}
* split compiling and caching logic into separate classes
for performance gains on php execution
* 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(); ?>"; ?>