Book Image

Yii Project Blueprints

By : Charles R. Portwood ll
Book Image

Yii Project Blueprints

By: Charles R. Portwood ll

Overview of this book

Table of Contents (15 chapters)
Yii Project Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Creating a Management Module for the CMS

For our next project, we will be expanding upon the content management system we built in Chapter 6, Building a Content Management System, by migrating the management functionality into a module. Moving this functionality into a module will decouple administrative behaviors from the presentation layer of our application. This change will also enable us to develop and deploy administrative changes without having to make changes to our main application.

Our finished project will look as follows: