Views - Developers Guide

All views are rendered via the Apex\Svc\View service class, which includes the following base flow:

  • Auto-routing is enabled by default, although not required.
  • Provides a separate PHP class for each view, which acts as a bridge between the view and the back-end application / controllers.
  • Allows extensibility by making a RPC call for every template rendered, allowing you to execute additional PHP code on any existing view not owned by your package.
  • Easily develop your own <s:...> tags for greater flexibility.

To continue, click on one of the below links.