rss Tags : systemconfigparam

systemConfigParam

systemConfigParam class holds a params details. Used by systemConfigBase when parsing the config files. // new param that cannot be overridden $oParam = new systemConfigParam('name','value', false); // new param that can be overridden $oParam2 = new... More »

Posted in System on 19 Nov 2009 @ 20:31


systemConfigSection

systemConfigSection is a param that can contain other params. This is a section from the config file and holds other parameters. Like a param it can be marked as allowing overrides or not. // create a new section $oSection = new systemConfigSection(... More »

Posted in System on 19 Nov 2009 @ 20:31


First Page Previous Page
Next Page Last Page