*/ class Mage_Sales_Model_Resource_Order_Tax extends Mage_Core_Model_Resource_Db_Abstract { /** * Model initialization * */ protected function _construct() { $this->_init('sales/order_tax', 'tax_id'); } }