I know there are several templateing systems out there. FastTemplate is the standby, but its somewhat outdated. Smarty is available, but it requires the newest version of php which I dont have access to.
Are there any good solutions to be found? Has anyone made their own they are proud of?

thanks

CV

    Check out the PHPLib template class, it was written specifically for PHP as opposed to being ported from another language like FastTemplate and you can just 'include' it as a standalone class if you don't want to or cant install the whole PHPLib.

    Nick

    PS there are lots of good tutorials on this site and www.devshed.com on this.

    Nick

      I second this. The phplib template works very well.

        Write a Reply...