コード例 #1
0
ファイル: Request.php プロジェクト: dmitriz/Platform
 /**
  * Returns the base URL, run through a proxy
  * @method proxyBaseUrl
  * @static
  * @param {boolean} [$with_possible_controller=false] If this is true, and if the URL contains 
  *  the controller script, then the controller script is included 
  *  in the base url. You can also pass a string here, which
  *  will then be simply appended as the controller.
  */
 static function proxyBaseUrl($with_possible_controller = false)
 {
     return Q_Uri::proxySource(self::baseUrl($with_possible_controller));
 }