[phpMP-CVS] CVS: phpMP/docs Changelog,1.33,1.34
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-05-09 08:07:41
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv26421/docs Modified Files: Changelog Log Message: Huge update to variable storage system. See the Changelong. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** Changelog 9 May 2003 04:46:48 -0000 1.33 --- Changelog 9 May 2003 08:07:38 -0000 1.34 *************** *** 1,2 **** --- 1,19 ---- + 2003-05-09 [Heimidal] + * almost all files (so check them all) + $Config is now located in its own object. + All Config, User, and Template array values are + henceforth unaccessible by means of direct access. + You must use the $ObjectName->get() and set() + functions in order to access this data. Currently, + the set() function in both the $User and $Template + classes accepts both singular values as well as an + associative array of values. The $Config class + does not, however. + Finally, value names must begin with a letter, + can contain all letters, numbers, dashes (-), and + underscores (_). In addition, , with the exception + of the $Template class, value names are no longer + case sensitive. + 2003-05-08 [Heimidal] * includes/template.php |