- Timestamp:
- 12/11/11 23:00:35 (6 months ago)
- Location:
- trunk/inc/classes
- Files:
-
- 2 edited
-
BxDolGrid.php (modified) (1 diff)
-
BxDolGridQuery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/classes/BxDolGrid.php
r15721 r15748 256 256 257 257 /** 258 * Get storageobject instance by object name258 * Get grid object instance by object name 259 259 * @param $sObject object name 260 260 * @return object instance or false on error -
trunk/inc/classes/BxDolGridQuery.php
r15716 r15748 17 17 protected $_aObject; 18 18 19 public function BxDolStorageQuery($aObject) {20 parent:: BxDolDb();19 public function __construct($aObject) { 20 parent::__construct(); 21 21 $this->_aObject = $aObject; 22 22 }
Note: See TracChangeset
for help on using the changeset viewer.