mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
update of the inheritance release notes
This commit is contained in:
@@ -32,6 +32,10 @@ Any code outside root {block} tags in child templates is now executed but any ou
|
|||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
|
||||||
|
Starting with 3.1.28 you can mix inheritance by extends resuorce with the {extends} tag.
|
||||||
|
A template called by extends resoure can extend a subtemple or chain buy the {extends} tag.
|
||||||
|
|
||||||
|
NOTE There is a BC break. If you used the extends resource {extends} tags have been ignored.
|
||||||
|
|
||||||
THE FOLLOWING RESTRICTIONS ARE NO LONGER EXISTING:
|
THE FOLLOWING RESTRICTIONS ARE NO LONGER EXISTING:
|
||||||
In Smarty 3.1 template inheritance is a compile time process. All the extending of {block} tags
|
In Smarty 3.1 template inheritance is a compile time process. All the extending of {block} tags
|
||||||
|
Reference in New Issue
Block a user