I have decided not to use Smarty as my template engine. But, what can I use
instead in Zend View for things like: html_options 

I despise too many loops in my pages and this was a very clean way to
populate a dropdown.

<select size="1" name="shortTerritory" onchange=form1.submit()> 
        {html_options options=$shortTerritories selected=$selected_fiscal_year}
</select>


What are my alternatives? Another reason why I am leaving Smarty is because
I could not get it to integrate with Dojo.
-- 
View this message in context: 
http://www.nabble.com/what-can-be-used-t-replace-these-nice-smarty-features-tp23623976p23623976.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to