Magento插入查询
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Magento插入查询相关的知识,希望对你有一定的参考价值。
run mysql query direct on your magento script
$write = Mage::getSingleton('core/resource')->getConnection('core_write'); $sql_insert = "insert into table values ('one',0,0)"; $write->query($sql_insert);
以上是关于Magento插入查询的主要内容,如果未能解决你的问题,请参考以下文章