Protected Member Functions | |
_construct () |
Definition at line 27 of file Tax.php.
_construct | ( | ) | [protected] |
Resource initialization
Reimplemented from Mage_Core_Model_Resource_Abstract.
Definition at line 29 of file Tax.php.
00030 { 00031 $this->_init('sales/order_tax', 'tax_id'); 00032 }