Hi,
I am building a system that will have several modules (Assets,Admin,...)
The Assets module is a system formanage real assets.
THe Admin module will be to maintain systems information, preferences, etc.
Part of the Admin will be to allow an admin role to modify a range of
reference catefgories and look up fields. This use case requires access to
then same model as the Assets module.
Is there a standard (Doctrine/ZF2 ) structure to do this?
Currently I have the following set up:
/application
/config
/modules
/Assets
/src
/Assets
/Controller
/Form
/Model
/Admin
/src
/Admin
/Controller
/AdminController -- wants to be able to
access \Assets\Model\XXXX
Is is standard to raise the Model higher p the tree in these situations?
In Namespace Admin, what is the best way to acess the Assets model for
Admin?
Admin needs to do other things that just interact with the Assets model.
Stay well
Barry
--
You received this message because you are subscribed to the Google Groups
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.