Example #1
0
 /**
  * Global function to call Page::get_controller
  * @see PostController::get_controller
  */
 function get_page_controller($key = null, $options = array())
 {
     return Page::get_controller($key, $options);
 }