/ Published in: PHP

This code within your CakePHP controller to include a component.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$this->components[] = 'ComponentName'; $this->Component->init($this);
Comments
