search

Home  >  Q&A  >  body text

smarty loops to take a single value and takes the id

{foreach $rent as $a}
  <tr height="40px">
     {foreach $a as $b}
     <td>{$b}</td>
     {/foreach}
     <td><a href="templates/connoisseuradd.html"><img class="operation" src="templates/img/update.png"></a>
        <img class="operation delban"src="templates/img/delete.png"></td>
  </tr>
{/foreach}

HAOHAO2548 days ago689

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-12-10 12:34:53

    What is your problem

    reply
    0
  • Cancelreply