*/ class Item extends AbstractDb { /** * Main table and field initialization * * @return void */ protected function _construct() { $this->_init('quote_address_item', 'address_item_id'); } }