Page Controller 1.5 Documentation: Introduction

Page Controller Information

Blog Entries

Check Out AFF

Introduction

Page Controllers are an alternative to Front Controllers. Although they lack some of the power of Front Controllers, they are also simpler and easier to use.

Front Controllers often come packaged as frameworks that dictate the structure of your entire application whereas Page Controllers can be easily injected into (almost) any existing application.

With the Page Controllers documented here, it is as simple as creating a very simple CFC and calling cf_PageController custom tag.