Created
December 29, 2013 01:52
-
-
Save amacgregor/8166577 to your computer and use it in GitHub Desktop.
Magento1 Product class constructor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Mage_Catalog_Model_Product extends Mage_Catalog_Model_Abstract | |
{ | |
/** | |
* Initialize resources | |
*/ | |
protected function _construct() | |
{ | |
$this->_init('catalog/product'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment