Im working on a plugin who provides informations to a second plugin. Both plugins returns variables from a external database.
The problem are the variables with the same name… when they return. I need values from the first plugin, and also from the second one when I’m on it.
The variable name are {secao_nome}, {grupo_nome}, {departamento_nome}.
Below is the situation
<
pre>{exp:produtos:get id="{segment_2}" parse="inward"}
{secao_nome}
{grupo_nome}
{departamento_nome}</p>
<p>{exp:secoes:lista
grupo="{grupo_nome}"
departamento="{departamento_nome}"
}</p>
<pre><code><li><a href="http://{path=">{secao_nome}</a></li>
{/exp:secoes:lista} {/exp:produtos:get}
Similar question http://ellislab.com/forums/viewthread/55870/
Moved to Development and Programming by Moderator
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.