I was actually wondering about a similar thing. Has anyone thought
about/explored the possibility of having a generic module, that you
could then "extend" in the same way you think of "extending" a class?
I'm talking about the ability to extend an entire module: models, views
and controllers. This can already be done with views (by adding multiple
view paths to provide custom templates), but what about controllers and
models, say if you wanted to "extend" the database schema and add some
custom logic to a controller? You obviously cant have multiple classes
(for controllers and models) with the same name, so I've no idea how
this could work.
Does anyone have an thoughts of how, or even if you should do this, and
how it might fit within the way ZF already functions?
Thanks,
--
Jack