Update of /cvsroot/phpwebapp/web_app/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1796/doc
Modified Files:
changes.txt
Log Message:
Index: changes.txt
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/doc/changes.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** changes.txt 16 Sep 2004 07:44:41 -0000 1.11
--- changes.txt 20 Sep 2004 13:28:06 -0000 1.12
***************
*** 14,16 ****
--- 14,28 ----
action (ant the action will become in fact index.php in the path).
-------------------------------------------------------------------
+ * WebApp::addSVar() or $this->addSVar() initialize a state variable
+ by calling $session->addVar(). Now the behaviour of $session->addVar()
+ is modified so that it will not re-initialize a variable (it will
+ not change the value of a variable, if it already exists). This is
+ done in order to be able to set some state variables of a webbox
+ without being afraid that init() will override them.
+ -------------------------------------------------------------------
+ -------------------------------------------------------------------
+ -------------------------------------------------------------------
+ -------------------------------------------------------------------
+ -------------------------------------------------------------------
+ -------------------------------------------------------------------
-------------------------------------------------------------------
|