in bootstrap you need to add include path to ../application/modules/guestbook/models and add controller directory to front controller
[PHP]$frontcontroller->addControllerDirectory('path_to_application_dir/modules/default/controllers', 'default');
$frontcontroller->addControllerDirectory('path_to_application_dir/modules/guestbook/controllers', 'guestbook');[/PHP]


LinkBack URL
About LinkBacks



Reply With Quote
