Wednesday 22 October 2008 4:47:02 am
I want to create a table which I add value. Here is my code :
{def $articles=fetch( content, list, hash( 'parent_node_id' , 2,
sort_by, $node.sort_array,'depth', 3,'class_filter_type', 'include', 'class_filter_array', array( 'experience' ) ))}
{def $compteur = 0}
{def $objet= array()}
{foreach $articles as $article}
{def $objet[$compteur] = $article}
{def $compteur = inc( $compteur )}
{/foreach}
{undef} but I can not have the table $objet. is it that someone has an idea
http://tikdem.com
/
|