예제 #1
0
파일: MvcReg.php 프로젝트: airymvc/airymvc2
 /**
  * Set the controller name
  *
  * @param string $controllerName
  */
 public static function setControllerName($controllerName)
 {
     self::$_controllerName = $controllerName;
 }