i have this set up so that in my controller i have set up the variable 
$racepackage_id = $this->_request->getParam('racepackage_id');
i then make the cityaccomm object
$this->view->cityaccomm = $accomm->getCityAccommodation($city_id);// assign
accommodation to view

I would like to also have the $racepackage_id passed to the loop, so i can
include a url within the loop on each record based upon the $racepackage_id
variable.

is there a way that I can do this?


-- 
View this message in context: 
http://www.nabble.com/pass-a-variable-into-a-partialloop-tp21286263p21286263.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to