root/tags/RELEASE_3_1_0B1/examples

Name Size Rev Age Last Change
../
BBCode 255 4 years schst: added BBCode output filter and example
compiledTemplates 200 4 years schst: refactored compiler, still *very* experimental
data 270 4 years schst: fixed bugs in Translate function, fixed bug 60
img 84 5 years schst: added first working version of complex modifiers
sql 412 3 years schst: Added first version of the DB reader
templates 439 2 years gerd: reverted funny changes :-/
templates-2 384 4 years schst: File Reader: Allow array containing several root directories as template …
tmplCache 423 3 years schst: Fixed bug #150: Notice when enabling the template cache
_dumpTemplate.php 0.6 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
_styles.css 1.8 kB 251 4 years schst: added syntax highlighting to default tags
_viewExample.php 5.9 kB 437 2 years gerd: Add support for varscope parent in variable modifier
example_api_addglobalvar.php 1.4 kB 225 4 years argh: Reflected changes for bugfix for empty global vars
example_api_addobject.php 1.4 kB 347 4 years schst: - improved addObject (hide private properties, check for getVars()) - …
example_api_addvar.php 0.8 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_api_cleartemplate.php 1.0 kB 240 4 years schst: added recursive parameter to clearTemplate() and example for the …
example_api_displayparsedtemplate.php 0.9 kB 171 4 years schst: added example for displayParsedTemplate()
example_api_freetemplate.php 0.9 kB 366 4 years schst: adjusted docblock
example_api_loadtemplate.php 0.8 kB 244 4 years schst: added loadTemplate()
example_api_parseintovar.php 0.8 kB 259 4 years schst: added optional $append parameter to parseIntoVar() (bug #54)
example_api_placeholderexists.php 1.0 kB 367 4 years schst: added placeholderExists() (request #100)
example_api_readtemplatesfrominput.php 0.7 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_api_setattribute.php 0.7 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_attributes_addsystemvars.php 1.4 kB 278 4 years schst: added more options to addSystemVars attribute (request #64)
example_attributes_limit.php 0.7 kB 439 2 years gerd: reverted funny changes :-/
example_attributes_loop.php 0.7 kB 439 2 years gerd: reverted funny changes :-/
example_attributes_relative.php 0.6 kB 336 4 years schst: improved example and added missing file
example_attributes_rowoffset.php 0.8 kB 328 4 years schst: added the rowOffset attribute (requested by lende)
example_attributes_src.php 0.8 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_attributes_unusedvars.php 0.6 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_attributes_useglobals.php 0.7 kB 170 4 years schst: added example for useglobals
example_attributes_varscope.php 0.7 kB 303 4 years schst: adjusted docblock
example_attributes_varscope_multiple.php 0.8 kB 338 4 years schst: the varscope attribute now supports a list of templates (requested by …
example_attributes_whitespace.php 0.6 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_cache_template_file.php 1.4 kB 396 3 years schst: Added parameter for TemplateCache?_File to set the filemode (request #127)
example_compiler_display.php 2.1 kB 201 4 years schst: compiler now supports simplecondition and condition, but still …
example_condition_basic.php 0.6 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_dump_dhtml.php 1.3 kB 188 4 years argh: Updated the dhtml dump
example_dump_xul.php 1.3 kB 361 4 years schst: added very experimental XUL dump
example_filter_input_stripcomments.php 0.9 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_filter_output_bbcode.php 0.8 kB 255 4 years schst: added BBCode output filter and example
example_filter_output_multiple.php 0.8 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_filter_output_per_template.php 0.8 kB 375 4 years schst: allow outut filters for single template (Request #114)
example_filter_output_tidy.php 0.8 kB 236 4 years schst: added Tidy outputfilter
example_function_aliases.php 0.8 kB 284 4 years schst: fixed doc comments
example_function_attribute.php 0.8 kB 252 4 years schst: added Attribute function
example_function_call.php 0.9 kB 320 4 years schst: implemented autoload in Call function
example_function_call_autoload.php 0.9 kB 320 4 years schst: implemented autoload in Call function
example_function_default.php 0.9 kB 320 4 years schst: implemented autoload in Call function
example_function_highlight.php 0.8 kB 391 3 years schst: added new function Highlight
example_function_phphighlight.php 0.8 kB 214 4 years schst: added phpHighlight function
example_function_strip.php 0.8 kB 205 4 years schst: added Strip function
example_function_time.php 0.8 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_function_translate.php 3.0 kB 406 3 years argh: Updated with the new options the Translate function offers
example_misc_autonaming.php 0.8 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_misc_dotsyntax.php 0.7 kB 176 4 years schst: fixed filename
example_misc_maintainbc.php 1.3 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_misc_namespace.php 0.9 kB 304 4 years schst: setNamespace now accepts an array of namespaces
example_misc_quote.php 0.8 kB 313 4 years schst: added functionality to quote variables
example_reader_combined.php 1.2 kB 413 3 years schst: setRoot() may now be used to set the root for one reader (this breaks …
example_reader_db.php 1.1 kB 412 3 years schst: Added first version of the DB reader
example_reader_file_multiple.php 0.7 kB 384 4 years schst: File Reader: Allow array containing several root directories as template …
example_reader_it.php 0.9 kB 181 4 years schst: minor bugfixes
example_reader_string.php 0.9 kB 181 4 years schst: minor bugfixes
example_realworld_changesource.php 0.8 kB 186 4 years schst: added example for dynamic includes
example_realworld_expression.php 0.7 kB 242 4 years schst: added Expression modifier
example_realworld_hiddenvar.php 0.7 kB 175 4 years schst: added hiddenvar example
example_realworld_img.php 0.8 kB 161 4 years schst: added example for HTML_Img modifier
example_realworld_list.php 0.9 kB 163 4 years schst: fixed bug, display amount of examples in a section
example_realworld_nestedvars.php 0.8 kB 276 4 years schst: fixed behaviour of global variables (fixes bug #66) added new example
example_realworld_paginate.php 2.3 kB 247 4 years schst: added new paginate example
example_realworld_table.php 0.9 kB 158 4 years schst: added real world example: table
example_realworld_table_from_list.php 0.8 kB 226 4 years schst: added experimental support for maxloop
example_realworld_varscopeparent.php 0.7 kB 213 4 years schst: added varsope="parent" feature
example_tags_comment.php 1.0 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_tags_link.php 0.7 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_tags_sub.php 0.8 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_tags_tmpl.php 0.7 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_tags_var.php 0.9 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_type_condition.php 0.7 kB 268 4 years schst: fixed bug with conditions and '0' as variable value
example_type_condition_variable.php 0.7 kB 390 3 years schst: allow variables in <pat:sub condition="{FOO}">....</pat:sub>
example_type_modulo.php 0.8 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_type_modulo_empty.php 0.8 kB 291 4 years schst: added empty condition for modulo templates (request #59)
example_type_modulo_single.php 0.9 kB 305 4 years schst: added new condition single (Request #81)
example_type_oddeven.php 0.7 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_type_simplecondition.php 1.0 kB 341 4 years schst: requiredvars in simpleconditions may now use var=value syntax (request …
example_type_standard.php 0.7 kB 155 4 years schst: added setRoot() that should be used instead of setBasedir() updated all …
example_var_copyfrom.php 0.8 kB 262 4 years schst: Fixed behaviour of copyFrom attribute when copying array values (bug #41)
example_var_default_function.php 1.0 kB 438 2 years schst: Implemented request #154: functions can be used as default values
example_var_global.php 1.0 kB 295 4 years gerd: patTemplate:var supports now global variables
example_var_modifier.php 1.9 kB 439 2 years gerd: reverted funny changes :-/
example_var_modifier_default.php 0.9 kB 377 4 years schst: added support for <patTemplate:tmpl name="foo" …
example_var_modifier_multiple.php 0.9 kB 434 2 years schst: Allow more than one modifier per variable, switched package.php to …
example_var_modifier_short.php 1.2 kB 409 3 years schst: Add the copyVars parameter to the Short Modifiers input filter and enable …
example_var_modifier_varscope.php 1.1 kB 437 2 years gerd: Add support for varscope parent in variable modifier
index.php 0.7 kB 163 4 years schst: fixed bug, display amount of examples in a section
index_main.php 1.3 kB 202 4 years schst: updates examples
index_nav.php 2.3 kB 202 4 years schst: updates examples
index_sections.php 20.1 kB 438 2 years schst: Implemented request #154: functions can be used as default values
Note: See TracBrowser for help on using the browser.