Revision [241]

Last edited on 2010-03-29 14:27:01 by JeremyCoates
Deletions:
[[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]]


Revision [231]

Edited on 2010-03-11 14:33:22 by Smithwilson1987
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]]


Revision [59]

Edited on 2005-04-26 09:32:53 by JeremyCoates [Added link to phpdoc output]
Additions:
There is also [[http://www.phpxtemplate.org/XTemplate/docs/ phpdoc output]] available.


Revision [58]

Edited on 2005-04-26 09:30:20 by JeremyCoates [Added link to phpdoc 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
Deletions:
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


Revision [57]

Edited on 2005-04-26 08:40:02 by JeremyCoates [Legend and XTemplate class source]
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]]


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]]
Deletions:
[[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]]


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:
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.


Revision [52]

Edited on 2005-04-15 12:07:43 by JeremyCoates [Added links to working examples]
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]]


Revision [29]

The oldest known version of this page was created on 2005-04-04 23:19:06 by JeremyCoates [Added links to working examples]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki