Book Image

Magento PHP Developer????s Guide, 2nd Edition

By : Allan MacGregor
Book Image

Magento PHP Developer????s Guide, 2nd Edition

By: Allan MacGregor

Overview of this book

Table of Contents (16 chapters)
Magento PHP Developer's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Backend Development

In the previous chapter, we added all the frontend functionality for the gift registry. Now, customers are able to create registries and add products to the customer registries, and in general, have full control over their own registries.

In this chapter, we are going build all the functionality that store owners need to manage and control the registries through the Magento backend.

The Magento backend can be considered, in many senses, as a separate application from the Magento frontend. It uses a completely separate theme, style, and a different base controller.

For our gift registry, we want to allow store owners to see all customer registries, modify the information, and add/remove items. In this chapter, we will cover the following points:

  • Extending Adminhtml with configuration

  • Using the grid widget

  • Using the form widget

  • Restricting access and permissions with Access Control Lists (ACLs)