Okay, so I've been working on a PHP/SQL blogware for some little while now and I've been getting into working on the template parser and I need a little bit of help with switches and loops.
For the record, I mean like what phpBB uses
Code:
and
Code:
How would I go about coding something like this? Searching through phpBB's files is a fruitless endeavor a majority of the time and I don't know what keywords to google.
For the record, I mean like what phpBB uses
Code:
<!-- BEGIN switch_user_logged_out -->
<!-- END switch_user_logged_out -->
Code:
<!-- BEGIN catrow -->
<!-- BEGIN forumrow -->
<!-- END forumrow -->
<!-- END catrow -->
How would I go about coding something like this? Searching through phpBB's files is a fruitless endeavor a majority of the time and I don't know what keywords to google.