I want to insert a value into my custom database table in magento.. how do i do it with Magnento ORM without using direct query?
I want to insert a value into my custom database table in magento开发者_运维技巧.. how do i do it with Magento ORM without using a SQL query?
Could someone pleas give me a hand on this?
Thanks a lot in advance.....
This tutorial will walk you through the basics of Magento's ORM system. A similar article exists on the Magento knowledge base and a follow-on article on using EAV.
If you have specific queries after you've read and implemented those patterns, ask here again.
精彩评论