search for: zeitung_sonst

Displaying 1 result from an estimated 1 matches for "zeitung_sonst".

2008 Jul 23
2
accessing the keyname and the value
...}//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> <p> <b>Ersch datum:</b> <%=h @auftrag.ersch_datum %> </p> <p> <b>Art:</b> <%=h @auftrag.art %> </p> <p> <...