To Jack,
The most common and basic use of Application Variables are page
counters. Decide how you would implement a page counter in Zend and you
will have the mechanism for your application variables.
A database seems like a bit much for a page counter. Although it would
take care of race conditions.
cheers,
pat
Jack Sleight wrote:
Hi,
Are there any plans to introduce an application variable type system in ZF?
Something like this:
http://www.leosingleton.com/projects/code/phpapp/
As far as I'm aware this is something PHP cant do. If this is something you
would be interested in adding I would be happy to help with a
proposal/coding/development.
Thanks,
Jack