Recite CMS Page Render Hook Driver Development Guide


Table of Contents

1. Introduction
2. Getting Started
Creating Your Driver File
Assigning the Driver to Clients
Controlling the Order of Execution
3. Triggering Errors
4. Building the Request Tree
preBuildRequestTree
postBuildRequestTree
5. Checking Permissions
preAssertPermissions
postAssertPermissions
6. Page Rendering
preRendererRun
outputFilter
postRendererRun
7. Other Methods
handleBootException
getCacheOptions

List of Examples

2.1. A sample rendering hook (driver.php)