This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
designers:no_use_php [2011/09/09 17:08] jonyo created |
designers:no_use_php [2014/09/25 16:55] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Alternatives for {php} In Templates ====== | ====== Alternatives for {php} In Templates ====== | ||
| - | Use of the **{php}** in Smarty templates is deprecated | + | Use of the **{php}** in Smarty templates is removed |
| - | You can read more info about it on the [[http:// | + | There is absolutely no PHP allowed in templates any more. All |
| + | deprecated features of Smarty 2.0 are gone. Again, use the SmartyBC | ||
| + | class if you need any backward compatibility. | ||
| - | | + | You can also read more info about it on the [[http:// |
| - | * Create a smarty plugin. | + | |
| + | | ||
| + | * Create a custom | ||