Skip to content

Extending EngineY with your own Modules

timothyf edited this page Dec 1, 2010 · 2 revisions

This page describes how you can easily add new features and functionality to EngineY by creating your own feature modules. Nearly all of the features of EngineY are implemented using the concept of modules. Examples of modules include Blogs, Photos, Events, and Links. A module will usually contain all of the code necessary to implement a new feature which includes a new controller, one or more new models, and a set of views.