From ed8ca5df460b05b3e18bc762b5222b3e756308fc Mon Sep 17 00:00:00 2001 From: pete_morgan Date: Tue, 28 Mar 2006 01:23:16 +0000 Subject: [PATCH] another example --- .../language-function-php.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/en/designers/language-builtin-functions/language-function-php.xml b/docs/en/designers/language-builtin-functions/language-function-php.xml index 14550940..eb9bdb38 100644 --- a/docs/en/designers/language-builtin-functions/language-function-php.xml +++ b/docs/en/designers/language-builtin-functions/language-function-php.xml @@ -38,14 +38,20 @@ if($foo == $bar){ echo 'This will come out in the template'; } - $this->assign('varX','Strawberry'); - {/php} {$varX} is my fav ice cream ]]> - + The following seriously NOT recommended as its in the template scope + + + See also