*/ class Mage_Dataflow_Model_Resource_Batch extends Mage_Core_Model_Resource_Db_Abstract { /** * Define main table * */ protected function _construct() { $this->_init('dataflow/batch', 'batch_id'); } }