Protected Member Functions | |
_construct () | |
_initSelect () |
Definition at line 27 of file Collection.php.
_construct | ( | ) | [protected] |
Initialization here
Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.
Definition at line 29 of file Collection.php.
00030 { 00031 $this->_init('api/user'); 00032 }
_initSelect | ( | ) | [protected] |
Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.
Definition at line 34 of file Collection.php.
00035 { 00036 parent::_initSelect(); 00037 00038 $this->getSelect()->where("user_id > 0"); 00039 }