Changeset 20957 for branches/version-2_11-dev/data/class
- Timestamp:
- 2011/05/24 09:56:25 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/guide/LC_Page_Guide_About.php
r20764 r20957 44 44 function init() { 45 45 parent::init(); 46 $masterData = new SC_DB_MasterData_Ex(); 47 $this->arrPref = $masterData->getMasterData('mtb_pref'); 46 48 } 47 49 … … 63 65 */ 64 66 function action() { 65 $objDb = new SC_Helper_DB_Ex();66 $this->arrSiteInfo = $objDb->sfGetBasisData();67 67 } 68 68
Note: See TracChangeset
for help on using the changeset viewer.
