View Single Post
  #3 (permalink)  
Old 03-22-2008, 10:37 AM
holtkamp holtkamp is offline
Junior Member
 
Join Date: Mar 2008
Posts: 3
Default

Quote:
Originally Posted by Howler9443 View Post
Hi,
I add this line to my bootstrap. In my case, I created an application class to handle just about everything.

$frontController->addModuleDirectory($this->module_path);
Thanks for your reply, I will have a look on it on tuesday. However, I configured the module dirs using:

Code:
->setControllerDirectory(array(
		      'default' 	=> './private/default/php/controllers',
		      'mod1'	 	=> './private/mod1/php/controllers',
		      'mod2'	=> './private/mod2/php/controllers'))
Myabe this is depreceated or so. Well, thanks anyway, Ill post my findings.

Cheers!
Reply With Quote