Class PhpgaclAppController

Description

The base controller for all controllers in the plugin.

  • since: 1.0
  • author: Mariano Iglesias

Located in /plugins/phpgacl/phpgacl_app_controller.php (line 26)

AppController
   |
   --PhpgaclAppController
Direct descendents
Class Description
PhpgaclController The main controller for the plugin.
PhpgaclElementsController Actions to manage elements in phpGACL.
PhpgaclHelpsController Shows help pages.
PhpgaclPermissionsController Actions to manage permissions in phpGACL.
PhpgaclUsersController Actions to manage groups and users in phpGACL.
Variable Summary
array $components
array $helpers
string $pluginUrl
Method Summary
void beforeFilter ()
void beforeRender ()
Variables
array $components = array( 'PhpGacl' ) (line 54)

Components used by all controllers.

  • since: 1.0
  • access: protected

Redefined in descendants as:
array $helpers = array( 'PhpgaclHtml' ) (line 62)

Helpers used by all controllers.

  • since: 1.0
  • access: protected

Redefined in descendants as:
string $pluginUrl = '/phpgacl' (line 70)

Base CakePHP URL where the plugin is accessible.

  • since: 1.0
  • access: protected
Methods
beforeFilter (line 79)

Runs before the action is executed. Used to make sure phpGACL is installed.

  • since: 1.0
  • access: protected
void beforeFilter ()

Redefined in descendants as:
beforeRender (line 97)

Runs after the action has been executed, and before the view is rendered.

  • since: 1.0
  • access: protected
void beforeRender ()

Redefined in descendants as:

Documentation generated on Thu, 08 Mar 2007 21:52:43 -0300 by phpDocumentor 1.3.1