示例#1
0
 /**
  * set_cp_view
  * Let the view controller know we are in the control panel
  *
  * @return void
  */
 public static function set_cp_view()
 {
     self::$_control_panel = true;
 }