\GKUrl

Summary

Methods
Properties
Constants
Run()
InitConfig()
InitCommon()
Is_Https()
Build()
$Config
$Module
$Controller
$Action
$file
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$Config

$Config : 

Type

$Module

$Module : 

Type

$Controller

$Controller : 

Type

$Action

$Action : 

Type

$file

$file : 

Type

Methods

Run()

Run() 

执行应用程序

InitConfig()

InitConfig() 

InitCommon()

InitCommon() 

Is_Https()

Is_Https() 

获取当前HTTP协议

Build()

Build(  $Url = '',   $Value = '',   $Suffix = false,   $Domain = false) 

URL生成 可根据当前路由模式生成Url链接 Url 传入Url路由地址 Value 传入Url参数 (支持数组和字符串) Suffix 传入Url结尾文件后缀 Domain 传入域名参数 (true=当前访问域名,参数=指定域名)

Parameters

$Url
$Value
$Suffix
$Domain