View Single Post
  #1 (permalink)  
Old 03-25-2008, 05:53 PM
ecmcn ecmcn is offline
Junior Member
 
Join Date: Mar 2008
Posts: 5
Default Getting module name in bootstrapper

I'm trying to set up a directory structure using modules (with multiple module dirs underneath application). Is there an easy way to determine which module was called in my bootstrapper.php file?

I'm trying to make my bootstrapper define specific databases, layouts, model dirs, etc dependent on the module that was called.

Eric
Reply With Quote