Return to Snippet

Revision: 10320
at December 18, 2008 13:58 by jdbartlett


Initial Code
$this->components[] = 'ComponentName';
$this->Component->init($this);

Initial URL


Initial Description
This code within your CakePHP controller to include a component.

Initial Title
Include a component from within a CakePHP controller

Initial Tags
cakephp

Initial Language
PHP