This topic is locked

what coding language is used in template htm files?

7/20/2007 10:47:56 AM
PHPRunner General questions
B
boumbo author

Can anyone tell me what coding language is used here?

##foreach Fields as @f filter @f.bViewPage order @f.nViewPageOrder##


From the template source files:

PHPRunner 4.0\source\templates\view.htm
I would like to modify the layout depending on the data inside of a field.
Regards,

Pat.

J
Jane 7/23/2007

Pat,
templates files are written in pseudo code.

B
boumbo author 7/23/2007

Pat,

templates files are written in pseudo code.


Can we modify the pseudo code to fit our needs? If its pseudocode how can I make modifications to the code?