예제 #1
0
파일: Index.class.php 프로젝트: Almazys/SPF
 public function __construct()
 {
     parent::__construct();
     $this->work();
 }
예제 #2
0
파일: Index.class.php 프로젝트: Almazys/SPF
 public function __construct()
 {
     parent::__construct();
     Debug::write("Executing Index work() method...", 1);
     $this->work();
 }