flexphp
|
 |
« on: April 01, 2008, 01:22:43 » |
|
Hi again,
In any project I could imagine, they are transversal functionalities, which apply the same logic in any Business Object (User, Product, Agenda...) like: - localisation of labels - form validation - user feedback messages - acl management (admin could access any fields but user can modify only few of them, ex. user can change his password, but admin can change the username)
Those do not integrate very well with notification process who are more 'verticaly' or 'channel' oriented (from proxies to user interfaces and vice-versa) To make a comparison with a company, notifications are the reporting to/from the hierarchy, but general services (HR, office supplies...) are transversal and have a cross services structure.
Any idea how to implement such layers in pureMVC??
Thanks all
|