Created
January 9, 2018 11:08
-
-
Save sashabeep/fce51b98a434efa3117c9109a71efd2e to your computer and use it in GitHub Desktop.
Zero based iteration placeholder for DocLister
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*USAGE: | |
DocLister?prepare=`zerobased` | |
call in @TPL: [+iteration_zerobased+] | |
*/ | |
$data['iteration_zerobased'] = $data['iteration']-1; | |
return ($data); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment