Fellows of the cake ring,

I come to the point where I thought about having common notification
texts in a more central position in my application. Right now its
pretty mixed like:
- validation messages in the models
- notifications in the session-flash, which are set in the controller
- and a whole lot of other common texts in my textHelper in several
arrays

I thought, having them all in the View layer makes more sense, how do
you guys do that?

Use text keys for validation texts and write my own helper to display
them? But how to solve the session flash issue?

Thanks and keep up the good cake spirit :-)

Stefanski
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to