Files
smarty/TODO

16 lines
856 B
Plaintext
Raw Normal View History

2001-02-13 14:28:33 +00:00
* Ability to load multiple sections in one {config_load ...}
2001-07-24 18:39:03 +00:00
* do away 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
2001-04-30 16:11:52 +00:00
* support implementations of prefiltes, mods, and others as class methods.
* possibly implement default modifiers that apply to variables upon display
2001-06-23 14:56:58 +00:00
* possibly implement undefined template tags custom handling
2001-11-27 17:29:13 +00:00
* think about possibility of supporting something like {$data[foo].$key[bar]}
2001-07-24 18:39:03 +00:00
* allow {custom} .. {/custom} style of custom functions
2001-08-23 13:09:50 +00:00
* ability to concatenate values/strings together
2001-10-09 16:29:10 +00:00
* fix all E_NOTICE warnings