Files
smarty/TODO

12 lines
533 B
Plaintext
Raw Normal View History

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-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-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
2002-01-31 20:49:40 +00:00
* make simple math easier
* caching all but parts of the template
* change plugins so $smarty variable always comes first
2002-05-09 14:40:55 +00:00
* being able to load config files from PHP scripts