PHPonTrax
[ class tree: PHPonTrax ] [ index: PHPonTrax ] [ all elements ]

Class: ApplicationController

Source Location: /test/controllers/application.php

Class Overview

ActionController
   |
   --ApplicationController

Controller for an application



Inherited Variables

Inherited Methods

Class: ActionController

ActionController::__construct()
Build a Router object and load routes from config/route.php
ActionController::add_after_filter()
Append an after filter to the filter chain
ActionController::add_before_filter()
Append a before filter to the filter chain
ActionController::add_helper()
Add a helper to the list of helpers used by a controller object
ActionController::determine_layout()
Select a layout file based on the controller object
ActionController::execute_after_filters()
Execute the after filters
ActionController::execute_before_filters()
Execute the before filters
ActionController::load_router()
Load routes from configuration file config/routes.php
ActionController::process_route()
Parse URL, extract controller and action and execute them
ActionController::process_with_exception()
Generate an HTML page describing an error
ActionController::raise()
Raise an ActionControllerError exception
ActionController::recognize_route()
Convert URL to controller, action and id
ActionController::redirect_to()
Redirect the browser to a specified target
ActionController::render()
Renders the content that will be returned to the browser as the response body.
ActionController::render_action()
Action rendering is the most common form and the type used automatically by Action Controller when nothing else is specified. By default, actions are rendered within the current layout (if one exists).
ActionController::render_file()
File rendering works just like action rendering except that it takes a filesystem path.
ActionController::render_partial()
Rendering partials
ActionController::render_text()
Rendering of text is usually used for tests or for rendering prepared content.
ActionController::render_to_string()
Renders according to the same rules as render, but returns the result in a string instead of sending it as the response body to the browser.
ActionController::set_paths()
Extend the search path for components
ActionController::__call()
ActionController::__set()

Class Details

[line 17]
Controller for an application

The filters added to this controller will be run for all controllers in the application. Likewise will all the methods added be available for all controllers.




[ Top ]


Documentation generated on Thu, 04 May 2006 19:47:15 -0600 by phpDocumentor 1.3.0RC4