Skip to content

Instantly share code, notes, and snippets.

@decrypted
Created February 22, 2012 16:05
Show Gist options
  • Save decrypted/1885754 to your computer and use it in GitHub Desktop.
Save decrypted/1885754 to your computer and use it in GitHub Desktop.
evm config
<?xml version="1.0" encoding="UTF-8"?>
<config>
<modules>
<Emv_Core>
<version>0.1.0</version>
</Emv_Core>
</modules>
<global>
<blocks>
<emvcore>
<class>Emv_Core_Block</class>
</emvcore>
</blocks>
<helpers>
<emvcore>
<class>Emv_Core_Helper</class>
</emvcore>
</helpers>
<models>
<emvcore>
<class>Emv_Core_Model</class>
<resourceModel>emvcore_mysql4</resourceModel>
</emvcore>
<emvcore_mysql4>
<class>Emv_Core_Model_Mysql4</class>
<entities>
<account>
<table>emv_account</table>
</account>
</entities>
</emvcore_mysql4>
</models>
<resources>
<emvcore_setup>
<setup>
<module>Emv_Core</module>
<class>Emv_Core_Model_Resource_Setup</class>
</setup>
</emvcore_setup>
</resources>
<emv>
<wsdl_list>
<transactional_service>https://ccitgr1.campaigncommander.com/apitransactional/services/TransactionalService?wsdl</transactional_service>
<notification_service>https://nsapiitgr1.campaigncommander.com/NMSOAP/NotificationService?wsdl</notification_service>
</wsdl_list>
</emv>
</global>
<adminhtml>
<translate>
<modules>
<Emv_Core>
<files>
<default>Emv_Core.csv</default>
</files>
</Emv_Core>
</modules>
</translate>
</adminhtml>
<admin>
<routers>
<emvcore>
<use>admin</use>
<args>
<module>Emv_Core_Adminhtml</module>
<frontName>emailvision</frontName>
</args>
</emvcore>
</routers>
</admin>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment