0
我在我的Magento Config.xml文件中添加了兩個表格。請告訴我是在magento中添加多個表的正確方法。我想在Magento的Config.xml文件中添加多個表格
<tiger_mysql4>
<class>Scott_Tiger_Model_Mysql4</class>
<entities>
<tiger>
<table>shop_data</table>
</tiger>
<tiger>
<table>Cust_college</table>
</tiger>
</entities>
</tiger_mysql4>