Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts
Magento: How to select, insert, update, and delete data using model?

Magento: How to select, insert, update, and delete data using model?

Here, I will be showing how to select, insert/add, update/edit and delete data in the Magento way. It’s about implementing the CRUD (Cre...

Read more
Direct SQL Queries In Magento

Direct SQL Queries In Magento

Magento's use of data models provide a great way to access and modify data. Database Connections In Magento Magento will auto...

Read more