Chapter 13. Control Logic Processing
This is just one example of the Model-View-Controller (MVC) development patterns used across the technical development world. We will be using a CFC as the controller object for our processing. This item in the COOP framework library is called the "coprocessor". We will be looking at developer features of COOP and the special power ColdFusion CFCs provided in the controller coding. In this chapter, we will cover the following topics:
Introduction to controllers
Shared variables
Processing request events
Remote (AJAX) shared code
Data versatility
Special standard methods
Personal extension of COOP