I'm trying to work out how to set up an array in a session with zend
framework.
I've managed to get simple values into sessions without array, but just
can't work this part out.

I would like to submit a form which adds the following to a session array.

accommodation_id, accommodation_name, accommodation_price,
accommodation_type.

I would like for people to be able to add multiple amount of these into the
session, and then loop through it on the view page, however I'm unsure of
how to add an array in a session with zend framework.
Any help would be great. thanks

-----
http://www.acewebdesign.com.au Web Design Adelaide 
-- 
View this message in context: 
http://www.nabble.com/Session-arrays-tp21365392p21365392.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to