flexphp
|
 |
« on: April 15, 2008, 03:45:30 » |
|
Hi all,
For constants that are only used along with the use of a VO, can that VO hold the constant definition?
Ex.: a UI component ACL state (READ_ONLY | MODIFY | ACCESS_DENIED)
Thus in a complex nested components view with a single mediator managing them, there would be no need to pass the constants definitions down the UI hierarchy, the VO would transmit it.
Good Parctice?
Many thanks,
Cheers Patrick
|