Hello,

This is a really basic question, so I just want to figure out the best way
to do it.
Lets assume we have a Module that has a Model and a Database Mapper for that
model. 
We now want to access this model from other parts of our application like
Front Controller Plugin.
So what would be the best (the correct) way to do this?

Are we supposed to add Module's path to include_path?
Or is it ok to call include_once twice (for both the Model and the Mapper)?

Just can't find any information on what is the best practice with ZF.

Thank you.
Dmitry
-- 
View this message in context: 
http://www.nabble.com/A-question-on-loading-Models-tp23584235p23584235.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to