InterviewSolution
Saved Bookmarks
| 1. |
Explain how to write custom SQL Query in Magento? |
|
Answer» We can write custom QUERIES in Magento. PLEASE FOLLOW the below given examples. Example$resource = MAGE::getSingleton(\'core/resource\'); |
|