Class Config_File
Config file reading class
Package: Smarty
Copyright: Copyright: 2001-2005 New Digital Group, Inc.
Author: Andrei Zmievski andrei@php.net
Located at lass/smarty/Config_File.class.php
Copyright: Copyright: 2001-2005 New Digital Group, Inc.
Author: Andrei Zmievski andrei@php.net
Located at lass/smarty/Config_File.class.php
public
|
|
public
|
|
public
string|array
|
|
public
string|array
&
|
|
public
array
|
|
public
array
|
|
public
array
|
#
get_var_names( string $file_name, string $section = NULL )
Get all global or section variable names. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
public
boolean
|
$overwrite
Controls whether variables with the same name overwrite each other. |
#
true
|
public
boolean
|
$booleanize
Controls whether config values of on/true/yes and off/false/no get converted to boolean values automatically. |
#
true
|
public
boolean
|
$fix_newlines
Controls whether or not to fix mac or dos formatted newlines. If set to true, \r or \r\n will be changed to \n. |
#
true
|
public
string
|
$_config_path
|
#
""
|
public
array
|
$_config_data
|
#
array()
|