Displaying 1 result from an estimated 1 matches for "showview".
Did you mean:
shortview
2008 Jul 23
2
accessing the keyname and the value
...if($k <> "Abschicken" ){
$koepfe[] = $k;
$werte[] = $v;
}//if
}//while
I want do use this in rails do make my code more flexible. I have a
database and in the showview it is displayed like this:
<p>
<b>Zeitung:</b>
<%=h @auftrag.zeitung %>
</p>
<p>
<b>Zeitung sonst:</b>
<%=h @auftrag.zeitung_sonst %>
</p>
<p>
<b>Gemeinschaft:</b>
<%=h @auftrag.gemeinschaft %>
</p&...