Mark Wright-3 wrote:
> 
> I imagine you just need to have it in your include path. You should be
> able to add it when you figure out which module is being used, maybe
> in a controller plugin. If the namespaces are different for each
> module you might want the autoloader set to load all namespaces,
> unless you can set this after the bootstrap has initiated the
> autoloader.
> Mark
> 

Thanks for your opinion, Mark. I really thought of a way to avoid adding it
to include path either in php.ini file, bootstrap or otherwise. I was
looking for a way to configure the autoloader to do the job, but
unfortunately its impossible or at least seems so to me at the moment. Guess
i need to accept the idea of having it in the include path, although i don't
like it pretty much.

Thanks again and good luck,
Dmitry.

-- 
View this message in context: 
http://www.nabble.com/Is-it-possible-to-have-library-code-under-module-directory-in-ZF--tp24778500p24794943.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to