예제 #1
0
파일: tpl.php 프로젝트: norain2050/xingkang
 /**
  * 设置布局
  *
  * @param string $layout
  * @return bool
  */
 public static function setLayout($layout)
 {
     self::$layout_file = $layout;
     return true;
 }