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
|
2001-04-30 16:11:52 +00:00
|
|
|
* support implementations of prefiltes, mods, and others as class methods.
|
2001-06-19 15:30:29 +00:00
|
|
|
* 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-06-29 21:25:40 +00:00
|
|
|
* think about possibility of supporting something like {$data[foo].{$key[bar]}}
|