how to declare a variable globally in views without writing in
controller,model or in config
On May 5, 2:50 pm, Nike M. [email protected] wrote:
how to declare a variable globally in views without writing in
controller,model or in config
that doesn’t sound like a good idea. If you can elaborate on what
you’re trying to do someone might be able to chip in with a neater way
of doing things.
Fred
I agree with Frederick.
Depending on what you need, using a session key/value or cookie may be
the appropriate way to maintain the data.
On May 5, 9:19 am, Frederick C. [email protected]