HomebulletScriptsbulletTag: template (224 results)
  1. No Screenshot
    1549 total visits
    The processed templates are compiled into PHP scripts that can be executed directly. Compiled templates get cached. Unchanged templates are not recompiled.Operators look like HTML tags. There are no hardcoded operators. Operators can overload HTML tags so their meaning can be expanded.
  2. No Screenshot
    1809 total visits
    Rule based system for taking data associated with a database result id and pushing through specified templates.Result Class allows for significant reuse of code, particularly forms.
  3. No Screenshot
    2183 total visits
    Template Generation reads template files using the PHP include function to make any PHP in the template file be executed. Then it searches the resulting included file for template placeholders.Regular expressions are used to match input parameters and the found placeholders are replaced by their respective parameter values.
  4. No Screenshot
    1801 total visits
    No knowledge of a special syntax is required and a template can be created with only four lines of code.
  5. No Screenshot
    1665 total visits
    Loading template from files, replacing variables, executing custom PHP code and debugging functions are supported.Requirements: PHP 4.0.0 or higher
  6. No Screenshot
    1482 total visits
    cache wraps around the ob PHP functions. It has the ability to do inline str_replaces in the buffer for use in a template system. This lets a template system print directly to PHP's output buffer and modify the results, keeping the programmer from having to maintain a gigantic string object through their code.The cache class compliments this by allowing the ...
  7. No Screenshot
    1899 total visits
    Template Handler sets template objects which are contained within the template file. Objects can be set multiple times within the same script with each "setObject" content appending to the previous.Additionally, the template can also contain PHP code, and Template Handler will be correctly evaluated and displayed.
  8. No Screenshot
    1650 total visits
    The @ character precedes the placeholder marks.Parse HTML Template replaces placeholder marks by template parameter values passed as an associative array.Requirements: PHP 5.0 or higher
  9. No Screenshot
    1688 total visits
    The files are created from templates.Easy-create-file is a wonderfull thing for us. You know, saving time is the most important things.
  10. No Screenshot
    2150 total visits
    phplibTemplateExtention provides several enhancements over the original template class.Key Features of phplibTemplateExtention:- Automatic detection and declaration of blocks- Automatic "blanking" of unused blocks- Blocks automatically declared in proper nested order.- All calls to set up template/file/paths/names in the class call.
  11. No Screenshot
    1396 total visits
    The templates are PHP scripts with regular PHP constructs inside. A require command pointing to this class is used to process the template.The template parameters are class variables that are assigned by a class function. Template scripts use the template parameters using the $this pseudo-variable.
  12. No Screenshot
    1713 total visits
    Regular expressions are used to locate and extract every block and replace template marks with parameter values.
  13. No Screenshot
    1841 total visits
    Regular expressions are used to parse the template files and locate the block marks.Then dynamicTemplate uses simple string replacement to substitute template place holders by the respective parameter values. It can use arrays to assign template parameters.
  14. No Screenshot
    1772 total visits
    Regular expressions are used to locate placeholders and replace them with the assigned variable values. Curly braces { } ) are used to identify placeholders.phpEngine also supports the spacial tags <loop> and <var> to identify placeholders and iteration loop sections.
  15. No Screenshot
    1921 total visits
    Mrasnika's template system features such as blocks, includes, loops with or without section for empty lists, fast variable and template substitution, as well as sub-templates are supported.
Pages 8 of 15« 4 5 6 7 8 9 10 11 12 »