Skip to content

Instantly share code, notes, and snippets.

@amacgregor
Created December 29, 2013 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amacgregor/8166577 to your computer and use it in GitHub Desktop.
Save amacgregor/8166577 to your computer and use it in GitHub Desktop.
Magento1 Product class constructor
<?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