예제 #1
0
파일: index-l.php 프로젝트: dsb005/intent
 function __construct()
 {
     parent::__construct();
     $this->circle = $this->doCircle();
     $this->lIndex();
 }
예제 #2
0
파일: login.php 프로젝트: dsb005/intent
 function __construct()
 {
     echo '<h1>Loading Line...</h1>';
     parent::__construct();
     $this->square = $this->doSquare();
 }