mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
*** empty log message ***
This commit is contained in:
@@ -64,6 +64,9 @@ The run-time custom functions are now passed Smarty object as the second
|
|||||||
parameter. This can be used, for example, to assign or clear template variables
|
parameter. This can be used, for example, to assign or clear template variables
|
||||||
from inside the custom function.
|
from inside the custom function.
|
||||||
|
|
||||||
|
You can now refer to properties of objects assigned from PHP by using the '->'
|
||||||
|
symbol and specifying the property name after it, e.g. $foo->bar.
|
||||||
|
|
||||||
UPGRADE NOTES
|
UPGRADE NOTES
|
||||||
|
|
||||||
The format of the files created in the $compile_dir are now a bit different.
|
The format of the files created in the $compile_dir are now a bit different.
|
||||||
|
Reference in New Issue
Block a user