From f4e6fcf516af14caf6c1484e90106cf0b3c8d036 Mon Sep 17 00:00:00 2001 From: andrey Date: Tue, 26 Feb 2002 22:48:27 +0000 Subject: [PATCH] *** empty log message *** --- docs/designers.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/designers.sgml b/docs/designers.sgml index f86dec61..13084f9d 100644 --- a/docs/designers.sgml +++ b/docs/designers.sgml @@ -161,9 +161,8 @@ Hello Doug, glad to see you could make it. <p> Your last login was on January 11th, 2001. - - + Associative arrays You can also reference associative array variables that are @@ -187,8 +186,8 @@ zaphod@slartibartfast.com<br> 555-111-1234<br> - - + + Array indexes You can reference arrays by their index, much like native PHP @@ -203,8 +202,8 @@ zaphod@slartibartfast.com<br> {$Contacts[0][0]}<br> {$Contacts[0][1]}<br> - - + + Objects Properties of objects assigned from PHP can be referenced @@ -221,10 +220,11 @@ OUTPUT: name: Zaphod Beeblebrox<br> email: zaphod@slartibartfast.com<br> - + + - Variables passed from config files + Variables loaded from config files Variables that are passed in from config files are displayed by enclosing them with hash marks (#) and enclosing the variable in delimiters