Jump to content

IP PAges php


Pinto

Recommended Posts

Have you done it?
I tried echoing a word by wrapping it with 2 curly braces on each end, and it did show but shows some errors.

{{ echo "test"; }}

Don’t do that. ;-) That’s not how templates work. See the link to the documentation I posted above. 

A Hello World example should look like this:

{{ $myvariable="Hello World!"; }}
{$myvariable}

 

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...