parse() protected method

Parse to template
protected parse ( )
Example #1
0
 /**
  * Parse the form
  */
 protected function parse()
 {
     parent::parse();
     if ($this->frm) {
         $this->frm->parse($this->tpl);
     }
 }
Example #2
0
 /**
  * Parse to template
  */
 protected function parse()
 {
     parent::parse();
 }
Example #3
0
 /**
  * Parse the page
  */
 protected function parse()
 {
     parent::parse();
     $this->tpl->assign("item", $this->record);
 }