Deletions:
[[http://www.designscopia.com/products/outdoor-media/ outdoor media design]]
[[http://www.designscopia.com/products/outdoor-media/banners.asp outdoor media banners design]]
[[http://www.designscopia.com/products/outdoor-media/banners/ outdoor media banner design]]
[[http://www.designscopia.com/products/multimedia/tv-ads/ tv ad design]]
Additions:
[[http://www.designscopia.com/products/multimedia/tv-ads.asp tv ads design]]
[[http://www.designscopia.com/products/outdoor-media/ outdoor media design]]
[[http://www.designscopia.com/products/outdoor-media/banners.asp outdoor media banners design]]
[[http://www.designscopia.com/products/outdoor-media/banners/ outdoor media banner design]]
[[http://www.designscopia.com/products/multimedia/tv-ads/ tv ad design]]
[[http://www.designscopia.com/products/outdoor-media/ outdoor media design]]
[[http://www.designscopia.com/products/outdoor-media/banners.asp outdoor media banners design]]
[[http://www.designscopia.com/products/outdoor-media/banners/ outdoor media banner design]]
[[http://www.designscopia.com/products/multimedia/tv-ads/ tv ad design]]
Additions:
There is also [[http://www.phpxtemplate.org/XTemplate/docs/ phpdoc output]] available.
Additions:
''Output'': The output that is sent to the browser
''PHP Source'': Colour coded php code required to produce the Output
''Template'': HTML that, along with the php code produces the Output
''PHP Source'': Colour coded php code required to produce the Output
''Template'': HTML that, along with the php code produces the Output
Deletions:
PHP Source: Colour coded php code required to produce the Output
Template: HTML that, along with the php code produces the Output
Additions:
Output: The output that is sent to the browser
PHP Source: Colour coded php code required to produce the Output
Template: HTML that, along with the php code produces the Output
For reference, a colour coded version of XTemplate is also available: [[http://www.phpxtemplate.org/XTemplate/xtemplate.class.phps XTemplate Class]]
PHP Source: Colour coded php code required to produce the Output
Template: HTML that, along with the php code produces the Output
For reference, a colour coded version of XTemplate is also available: [[http://www.phpxtemplate.org/XTemplate/xtemplate.class.phps XTemplate Class]]
Revision [56]
Edited on 2005-04-26 08:28:16 by JeremyCoates [Change links to show source as well as outpu]Additions:
Example 1: Basic template functions - simple replace / dynamic blocks [[http://www.phpxtemplate.org/XTemplate/ex1.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex1.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex1.xtpl Template]]
Example 2: Multiple level dynamic blocks [[http://www.phpxtemplate.org/XTemplate/ex2.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex2.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex2.xtpl Template]]
Example 3: Auto reset [[http://www.phpxtemplate.org/XTemplate/ex3.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex3.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex3.xtpl Template]]
Example 4: Recursive parsing [[http://www.phpxtemplate.org/XTemplate/ex4.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex4.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex4.xtpl Template]]
Example 5: Null strings [[http://www.phpxtemplate.org/XTemplate/ex5.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex5.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex5.xtpl Template]]
Example 6: Null blocks [[http://www.phpxtemplate.org/XTemplate/ex6.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex6.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex6.xtpl Template]]
Example 7: File includes [[http://www.phpxtemplate.org/XTemplate/ex7.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex7.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex7.xtpl Template]] [[http://www.phpxtemplate.org/XTemplate/ex7-inc.xtpl Template include 1]] [[http://www.phpxtemplate.org/XTemplate/ex7-inc2.xtpl Template include 2]] [[http://www.phpxtemplate.org/XTemplate/ex7-inc-de.xtpl Template include German]] [[http://www.phpxtemplate.org/XTemplate/ex7-inc-eng.xtpl Template include English]]
Example 2: Multiple level dynamic blocks [[http://www.phpxtemplate.org/XTemplate/ex2.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex2.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex2.xtpl Template]]
Example 3: Auto reset [[http://www.phpxtemplate.org/XTemplate/ex3.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex3.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex3.xtpl Template]]
Example 4: Recursive parsing [[http://www.phpxtemplate.org/XTemplate/ex4.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex4.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex4.xtpl Template]]
Example 5: Null strings [[http://www.phpxtemplate.org/XTemplate/ex5.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex5.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex5.xtpl Template]]
Example 6: Null blocks [[http://www.phpxtemplate.org/XTemplate/ex6.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex6.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex6.xtpl Template]]
Example 7: File includes [[http://www.phpxtemplate.org/XTemplate/ex7.php Output]] [[http://www.phpxtemplate.org/XTemplate/ex7.phps PHP Source]] [[http://www.phpxtemplate.org/XTemplate/ex7.xtpl Template]] [[http://www.phpxtemplate.org/XTemplate/ex7-inc.xtpl Template include 1]] [[http://www.phpxtemplate.org/XTemplate/ex7-inc2.xtpl Template include 2]] [[http://www.phpxtemplate.org/XTemplate/ex7-inc-de.xtpl Template include German]] [[http://www.phpxtemplate.org/XTemplate/ex7-inc-eng.xtpl Template include English]]
Deletions:
[[http://www.phpxtemplate.org/XTemplate/ex2.php Example 2: Multiple level dynamic blocks]]
[[http://www.phpxtemplate.org/XTemplate/ex3.php Example 3: Auto reset]]
[[http://www.phpxtemplate.org/XTemplate/ex4.php Example 4: Recursive parsing]]
[[http://www.phpxtemplate.org/XTemplate/ex5.php Example 5: Null strings]]
[[http://www.phpxtemplate.org/XTemplate/ex6.php Example 6: Null blocks]]
[[http://www.phpxtemplate.org/XTemplate/ex7.php Example 7: File includes]]
Revision [55]
Edited on 2005-04-15 12:31:04 by JeremyCoates [Change links to show source as well as outpu]No Differences
Revision [54]
Edited on 2005-04-15 12:30:49 by JeremyCoates [Change links to show source as well as outpu]Additions:
{{lastedit show="3"}}
Revision [53]
Edited on 2005-04-15 12:08:06 by JeremyCoates [Change links to show source as well as outpu]Additions:
The first thing to note about XTemplate is that the download (or CVS) version comes with a number of example files that document the main features of XTemplate. For reference, they are listed here.
Deletions:
Additions:
The first thing to note about XTemplate is that the download (or CVS) version comes with a number of example files that document the main features of XTemplate. For reference, they are referenced here.
[[http://www.phpxtemplate.org/XTemplate/ex1.php Example 1: Basic template functions - simple replace / dynamic blocks]]
[[http://www.phpxtemplate.org/XTemplate/ex2.php Example 2: Multiple level dynamic blocks]]
[[http://www.phpxtemplate.org/XTemplate/ex3.php Example 3: Auto reset]]
[[http://www.phpxtemplate.org/XTemplate/ex4.php Example 4: Recursive parsing]]
[[http://www.phpxtemplate.org/XTemplate/ex5.php Example 5: Null strings]]
[[http://www.phpxtemplate.org/XTemplate/ex6.php Example 6: Null blocks]]
[[http://www.phpxtemplate.org/XTemplate/ex7.php Example 7: File includes]]
[[http://www.phpxtemplate.org/XTemplate/ex1.php Example 1: Basic template functions - simple replace / dynamic blocks]]
[[http://www.phpxtemplate.org/XTemplate/ex2.php Example 2: Multiple level dynamic blocks]]
[[http://www.phpxtemplate.org/XTemplate/ex3.php Example 3: Auto reset]]
[[http://www.phpxtemplate.org/XTemplate/ex4.php Example 4: Recursive parsing]]
[[http://www.phpxtemplate.org/XTemplate/ex5.php Example 5: Null strings]]
[[http://www.phpxtemplate.org/XTemplate/ex6.php Example 6: Null blocks]]
[[http://www.phpxtemplate.org/XTemplate/ex7.php Example 7: File includes]]