mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-03 05:41:37 +01:00
9 lines
388 B
Plaintext
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(); ?>"; ?>
|