예제 #1
0
파일: main.php 프로젝트: leon-mbs/zippy
 public function __construct()
 {
     parent::__construct();
 }
예제 #2
0
파일: base.php 프로젝트: Niqpue/zippyerp
 public function __construct($params = null)
 {
     \Zippy\Html\WebPage::__construct();
     $this->add(new \ZippyERP\System\Blocks\Header("header"));
     $this->add(new \Zippy\Html\Label("errormessage", new PropertyBinding($this, '_errormsg')))->setVisible(false);
 }