getConfigVars example

return $this->getTemplateVars($name);
    }

    /** * Returns an array containing config variables * * @param string $name * @return array */
    public function get_config_vars($name=null)
    {
        return $this->getConfigVars($name);
    }

    /** * load configuration values * * @param string $file * @param string $section * @param string $scope */
    public function config_load($file$section = null, $scope = 'global')
    {
        
Home | Imprint | This part of the site doesn't use cookies.