NewsFeaturesDownloadsDevelopmentSupportAbout Us

Controller


Classes

class  AdminController
class  BlogController
class  Controller
class  ResourceClassLoader
class  SequentialController
class  RegistrationController
class  SummaryController

Detailed Description

The controller is the central piece of the MVC pattern, and the object that takes care of transferrign the process flow to the right action class based on a certain value in the incoming request.

This package includes the basic Controller class, as well as the BlogController and AdminController ones, which implement a bit of extra logic for loading the maps and so on.

There is also a dynamic class loader (ResourceClassLoader) that takes care of loading action classes from a certain set of folders.