Recite CMS Documentation Portal
Recite CMS Page Render Hook Driver Development Guide
Next
Recite CMS Page Render Hook Driver Development Guide
Recite CMS Page Render Hook Driver Development Guide
Copyright © 2010 Recite Media Pty Ltd
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
)