Skip to content

Instantly share code, notes, and snippets.

@philbirnie
Last active August 29, 2015 13:55
Show Gist options
  • Save philbirnie/8711806 to your computer and use it in GitHub Desktop.
Save philbirnie/8711806 to your computer and use it in GitHub Desktop.
Adept_Catlanding Congifuragion
<?xml version="1.0" encoding="UTF-8"?>
<config>
<modules>
<Adept_Catlanding>
<!-- Make sure that the version number matches the filename on your install script! -->
<version>0.3.0</version>
</Adept_Catlanding>
</modules>
<global>
<resources>
<adept_catlanding_setup>
<setup>
<module>Adept_Catlanding</module>
<!-- This next line is absolutely critical so that we call the appropriate setup class -->
<class>Mage_Catalog_Model_Resource_Setup</class>
<connection>
<use>core_setup</use>
</connection>
</setup>
</adept_catlanding_setup>
<adept_catlanding_setup_write>
<connection>
<use>core_write</use>
</connection>
</adept_catlanding_setup_write>
<adept_catlanding_setup_read>
<connection>
<use>core_read</use>
</connection>
</adept_catlanding_setup_read>
</resources>
</global>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment