PHP 클래스 TI_Config, TastyIgniter

상속: extends MX_Config
파일 보기 프로젝트 열기: tastyigniter/tastyigniter

공개 프로퍼티들

프로퍼티 타입 설명
$_config_paths

공개 메소드들

메소드 설명
__construct ( ) : void Class constructor
root_url ( string | string[] $uri = '', string $protocol = NULL, boolean $reserve_routing = FALSE ) : string Root URL
site_url ( $uri = '', $protocol = NULL ) --------------------------------------------------------------------

메소드 상세

__construct() 공개 메소드

Sets the $config data from the primary config.php file as a class variable.
public __construct ( ) : void
리턴 void

root_url() 공개 메소드

Returns root_url [. uri_string]
public root_url ( string | string[] $uri = '', string $protocol = NULL, boolean $reserve_routing = FALSE ) : string
$uri string | string[] URI string or an array of segments
$protocol string
$reserve_routing boolean
리턴 string

site_url() 공개 메소드

--------------------------------------------------------------------
public site_url ( $uri = '', $protocol = NULL )

프로퍼티 상세

$_config_paths 공개적으로 프로퍼티

public $_config_paths