Пример #1
0
 /**
  * Generate a url for a given controller/action/id
  */
 public static function url_for($controller, $action = '', $id = '', $params = array())
 {
     return Routing::url_for($controller, $action, $id, $params);
 }