Magento插入查询

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Magento插入查询相关的知识,希望对你有一定的参考价值。

run mysql query direct on your magento script
  1. $write = Mage::getSingleton('core/resource')->getConnection('core_write');
  2. $sql_insert = "insert into table values ('one',0,0)";
  3. $write->query($sql_insert);

以上是关于Magento插入查询的主要内容,如果未能解决你的问题,请参考以下文章

Magento插入查询

Magento 在事务中间最后插入 id

Magento。将块插入另一个而不更改模板代码

Magento的SEO丰富片段

代码级别的Magento 2的Web服务查询(SQL)在哪里?

magento2.2如何操作数据表