예제 #1
0
 public static function layout($_layout)
 {
     if (isset($_layout)) {
         self::$layout = $_layout;
         return true;
     }
     return self::$layout;
 }
예제 #2
0
파일: View.php 프로젝트: laiello/cootheme2
 public function __construct()
 {
     parent::__construct();
 }