Пример #1
0
 public function __construct()
 {
     $this->tpl_name = "user/user_form";
     parent::__construct();
     $this->template->add_template($this->tpl_name);
 }