How do I set the index of Zend Session with a variable name? For instance, is there a way of doing this?
$model = new Zend_Session_Namespace('models');
$model::set($index, $value);
I want the index ($model->index) to be a variable. Is this possible?