Show
Ignore:
Timestamp:
08/13/05 10:45:45 (3 years ago)
Author:
schst
Message:

Parser now uses the element's id for the placeholder. Parser_patTemplateRenderer and Parser_SimpleRenderer now use the matching renderers as delegates (fixes bug #184 and #185). This commit may break some scripts, but the parser was labelled alpha before.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/patForms/Renderer.php

    r134 r320  
    2727    * @access   public 
    2828    * @param    object  &$patForms  Reference to the patForms object 
     29    * @param    array       Arguments for the renderer 
    2930    */ 
    30     function render( &$patForms
     31    function render(&$patForms, $args = array()
    3132    { 
    3233        // your code