Hi,

I need to pass an array between two actions.
Below is the code I tried :

in action 1 :
return $this->_redirector->gotoSimple('time-slots', NULL , NULL,
array('bookings' => $bookings));

in action 2 (timeSlotsAction) :
$bookings = $this->_getParam('bookings');

Unfortunately this won't work. I am doing something wrong. So I thought I
should serialize the array but I am afraid that the serialized output will
be to big for a GET param.

Thank you for any help !!
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Best-way-to-pass-an-array-between-two-actions-tp2549109p2549109.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to