How to run single delete query in template

  • Thread starter Thread starter FoxSecrets
  • Start date Start date

FoxSecrets

Guest
Member
How to run a single DELETE query in template something like the select below but not in loop?

Code:

Code:

Code:
<xf:foreach loop="$xf.app.db.fetchAll('SELECT xxxxxxxx FROM xxxxxxxx WHERE id=1')" value="$item">
      //....
  </xf:foreach>
Continue reading...

Continue reading...
 
Top