On line guide/help
You are on page 33 of the online help. Navigate sequentially through the guide pages or search for a topic of interest to you.
Index Prev. NextSystem variables
Automatic placeholders
There are special placeholders, called system variables, that are automatically replaced with their respective values without the need to use custom variables and set them using PHP code. Here's the complete list:
- {CURRENTDATE} Current system date
- {CURRENTTIME} Current system time
- {PAGEINDEX} Current page index (1,2,3, ..)
- {PAGECOUNT} Total page count
- {ROOT} Current directory
- {CURRY} Current Y cursor position
- {RAND1} 1 digit random number
- {RAND2} 2 digit random number
- {RAND3} 3 digit random number
- {RAND4} 4 digit random number
- {RAND5} 5 digit random number
- {RAND6} 6 digit random number
- {RAND7} 7 digit random number
- {RAND8} 8 digit random number