Protected Member Functions | |
_construct () |
Definition at line 35 of file Problem.php.
_construct | ( | ) | [protected] |
Resource initialization
Reimplemented from Mage_Core_Model_Resource_Abstract.
Definition at line 38 of file Problem.php.
00039 { 00040 $this->_init('newsletter/problem', 'problem_id'); 00041 }