PHP Class TI_Config, TastyIgniter

Inheritance: extends MX_Config
Afficher le fichier Open project: tastyigniter/tastyigniter

Méthodes publiques

Свойство Type Description
$_config_paths

Méthodes publiques

Méthode Description
__construct ( ) : void Class constructor
root_url ( string | string[] $uri = '', string $protocol = NULL, boolean $reserve_routing = FALSE ) : string Root URL
site_url ( $uri = '', $protocol = NULL ) --------------------------------------------------------------------

Method Details

__construct() public méthode

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

root_url() public méthode

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
Résultat string

site_url() public méthode

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

Property Details

$_config_paths public_oe property

public $_config_paths