
Protected Member Functions | |
| _construct () | |
Definition at line 35 of file Item.php.
| _construct | ( | ) | [protected] |
Initialize table and PK name
Reimplemented from Mage_Core_Model_Resource_Abstract.
Definition at line 40 of file Item.php.
00041 { 00042 $this->_init('sales/order_item', 'item_id'); 00043 }
1.5.8