parse() protected méthode

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