PHP » GoLang |
login |
register |
about
|
GoLang Yaf_Application::getConfig
request it (351)
GoLang replacement for PHP's Yaf_Application::getConfig
[edit | history]
PHP Yaf_Application::getConfigPHP original manual for Yaf_Application::getConfig [ show | php.net ]Yaf_Application::getConfig(Yaf >=1.0.0) Yaf_Application::getConfig — Retrive the config instance ParametersThis function has no parameters. Return ValuesA Yaf_Config_Abstract instance ExamplesExample #1 Yaf_Application::getConfig()example
<?php The above example will output something similar to: Yaf_Config_Simple Object ( [_config:protected] => Array ( [application] => Array ( [directory] => /home/laruence/local/www/htdocs/application ) ) [_readonly:protected] => 1 ) |
more
Recently updated
more
Most requested
more
Last requests
|