From a05dae2071e61ac9a36f6f89e615cb75224631eb Mon Sep 17 00:00:00 2001 From: andrey Date: Thu, 26 Apr 2001 16:08:12 +0000 Subject: [PATCH] *** empty log message *** --- RELEASE_NOTES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 60eed5bd..7f8cc1af 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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 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 The format of the files created in the $compile_dir are now a bit different.