Re: [SMARTY] html_options is possible to do that ?

Monte Ohrt <[email protected]>
Newsgroups gmane.comp.php.smarty.general
Message-ID <[email protected]>
syntax is:

{html_options values=$catArr.IDC output=$catArr.ANombre}

You cannot embed delimiters.



Reynier Perez Mira wrote:

>I have this PHP Code:
>$sql = $db->Execute("SELECT IDC, CNombre FROM os_catproductos ORDER BY IDC ASC");
>$arrCat = array();
>while ( $categorias = $sql->fetchRow() ) {
>	$arrCat[] = $categorias;
>}
>$tpl->assign('catArr', $arrCat);
>
>Then I need to build an SELECT working with catArr values. I try this in template:
>
><select id="arrCatSELECT" id="arrCatSELECT" size="1" onchange="javascript:document.location.href='index.php?cPath={$catArr.IDC}';">{html_options values={$catArr.IDC} output=$catArr.ANombre}</select>
>
>But it not works. Any help ?
>
>  
>

-- 
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.