Example #1
0
 /**
  * 设置布局
  *
  * @param string $layout
  * @return bool
  */
 public static function setLayout($layout)
 {
     self::$layout_file = $layout;
     return true;
 }