[phpwebapp-commits] CVS: books/content/initial_xml phpwebapp_manual_en.xml,1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-12 12:12:13
|
Update of /cvsroot/phpwebapp/books/content/initial_xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30772/content/initial_xml Modified Files: phpwebapp_manual_en.xml Log Message: Index: phpwebapp_manual_en.xml =================================================================== RCS file: /cvsroot/phpwebapp/books/content/initial_xml/phpwebapp_manual_en.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** phpwebapp_manual_en.xml 3 Nov 2005 10:43:32 -0000 1.1 --- phpwebapp_manual_en.xml 12 Nov 2005 12:12:04 -0000 1.2 *************** *** 124,128 **** <title>Templates</title> <para>Templates are XHTML files which can contain some additional tags and some variables. These tags and variables are processed by the framework and are replaced with HTML code when the web page is created. These templates allow the web page designer to work almost independently from the database designer and from the PHP programmer that implements the logic of the application. </para> ! <para>Some of the extra tags that can be used in templates are: &amp;lt;Include&amp;gt;, &amp;lt;If&amp;gt;, &amp;lt;Repeat&amp;gt;, &amp;lt;WebBox&amp;gt;, &amp;lt;Recordset&amp;gt;, etc. They can be mixed and nested without problem (except for some special cases). </para> <section id="xhtml"> <title>The XHTML Standard</title> --- 124,128 ---- <title>Templates</title> <para>Templates are XHTML files which can contain some additional tags and some variables. These tags and variables are processed by the framework and are replaced with HTML code when the web page is created. These templates allow the web page designer to work almost independently from the database designer and from the PHP programmer that implements the logic of the application. </para> ! <para>Some of the extra tags that can be used in templates are: <Include>, &amp;lt;If&amp;gt;, &amp;lt;Repeat&amp;gt;, &amp;lt;WebBox&amp;gt;, &amp;lt;Recordset&amp;gt;, etc. They can be mixed and nested without problem (except for some special cases). </para> <section id="xhtml"> <title>The XHTML Standard</title> *************** *** 431,434 **** --- 431,450 ---- <title>Transitions</title> <para/> + <section id="trans-how"> + <title>How is Done a Transition</title> + <para/> + </section> + <section id="trans-phpvars"> + <title>Sending PHP Variables to the Application</title> + <para/> + </section> + <section id="trans-sendevent"> + <title>Sending an Event to the Application</title> + <para/> + </section> + <section id="trans-links"> + <title>The Difference Between Transitions and Links</title> + <para/> + </section> </chapter> <chapter id="webbox-es"> |