Jump to content

Template logic documentation missing...

Featured Replies

Posted

I was trying to look up why my while loop wasn't working in a template, so I came looking for the 'template logic' documentation page. Turns out it does not exist anymore, even though it's still linked from the 'template tags' page. Here is the URL where the 'template logic' documentation is supposed to be: link

 

  • Author

ah, very good, although there is no info on while loops. One liners work:

 {{while ($statement->fetch()) {  var_dump($exactMatchQuery);  } }}

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.