Hi,

Looking for some input on what strikes me as a rather confusing aspect of
the Zend Framework. I understand modules are intended to be easily reusable
components across applications, however many users (me included) seem to be
using the module feature as an easy way to manage an administration console
within a larger application, because that administration console can contain
its own controllers and views. For instance, my public-facing URLs might
look like:

www.example.com/category/list
www.example.com/category/view

Whereas the administration interfaces used to manage categories might look
like

www.example.com/admin/category/add
www.example.com/admin/category/edit

Which brings me to my question. Surely there's a way to use models found in
the Default module within other modules such as an Admin module? Otherwise
the only alternative seems to be copying and renaming models into the Admin
module's model directory?

Thank you!
Jason
-- 
View this message in context: 
http://www.nabble.com/Using-Default-Models-within-Other-Modules-tp25244043p25244043.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to