*/ class Mage_XmlConnect_Model_Resource_Application_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract { /** * Constructor, setting table * * @return null */ protected function _construct() { $this->_init('xmlconnect/application'); } }