/examples/DbObject/templates/default/activeRecord.tpl

http://zoop.googlecode.com/ · Smarty Template · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 0ca0e339b47ec3bc1978f774ab0e207a MD5 · raw file

  1. Every time you refresh this page there should be another row in the person_stuff table.<br>
  2. Here is the row you just inserted<br>
  3. {$ps->id}<br>
  4. {$ps->firstname}<br>
  5. {$ps->lastname}<br>
  6. <a href="{$zoneUrl}">back</a>