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