any Best Practices suggestions?
maxarbos wrote: > > hello, > > I am trying to figure out the best practice for a situation where there > will be different modules, controlled by ACL where certain portions of it > will be very similar from module to module. > > ex: > > site.com/admin > site.com/user > > both of these modules will have functionality to edit the users name and > address. > > site.com/admin/person/contact/edit > site.com/user/person/contact/edit > > Should I move all the processing code to the Person model and thin out the > controllers? > > Thanks. > > > > -- View this message in context: http://www.nabble.com/Modules-and-Shared-functionality-tp18952739p18969688.html Sent from the Zend Framework mailing list archive at Nabble.com.
