How to install and use CakePHP plugins in Croogo? -


i want use cakephp plugins such cakegrid in croogo 2. how can it?

cheers

try:
open file config/bootstrap.php , add code end of file

cakeplugin::load('cakegrid'); 

then add changes according instruction in croogo controller , view file.


Comments