[phpwebapp-commits] CVS: web_app/parser parser.txt,1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-13 16:15:44
|
Update of /cvsroot/phpwebapp/web_app/parser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8906/parser Modified Files: parser.txt Log Message: Index: parser.txt =================================================================== RCS file: /cvsroot/phpwebapp/web_app/parser/parser.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** parser.txt 13 Jul 2004 13:18:08 -0000 1.1 --- parser.txt 13 Jul 2004 16:15:20 -0000 1.2 *************** *** 51,59 **** Most of these objects are inheritors of the class 'Template'. ! The Template class has a member variable 'content' that contains the ! string content of the template. It is an array of chunks and references. ! A chunk of data is a string that contains a part of the template; it ! may have new lines inside as well and may not be terminated by a new ! line. A reference is a string like this: '&&tpl_id;;', where tpl_id is the id of the template that is linked (or referenced) in this place. --- 51,57 ---- Most of these objects are inheritors of the class 'Template'. ! The Template class has a member variable 'contents' that contains the ! string contents of the template. It may contain references to other ! templates as well, which are marked like this: '&&tpl_id;;', where tpl_id is the id of the template that is linked (or referenced) in this place. |