View Single Post
  #2 (permalink)  
Old 03-21-2008, 03:25 PM
Howler9443 Howler9443 is offline
Junior Member
 
Join Date: Oct 2007
Posts: 26
Smile

Hi,

I am not sure if you have resolved your issue. But what I have done was the following...

My dir structure looks like


/application/modules/default
/application/modules/mod1

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);

That line will set the root module directory. Thats pretty much all you have to get the controllers and such working. I am having an issue getting the models to work though. I understand it may have something to do with the addModuleDirectory method and it not adding the model directories. I am still trying to figure that one out.

Well, I hope that helps.
Reply With Quote