http://ctag.sourceforge.net/
I've developed a little standalone templating engine that parses xml/html into cached php scripts.
Since I've been working on this on my own I would like to try and get some feedback, or even actual usage.
I use it for my own stuff, so it currently reflects functionality as needed.
It is intended for php4.
Anway, its there to be used etc.
cTag xml/html template, feedback, help, suggestions etc
Moderator: General Moderators
The name confuses me with http://ctags.sourceforge.net/...
I lack the time to give your work a good tryout right now, but at first sight it looks a lot like jsp (with the logic taglib).. I think your biggest competitor will be WACT_template stuff
I lack the time to give your work a good tryout right now, but at first sight it looks a lot like jsp (with the logic taglib).. I think your biggest competitor will be WACT_template stuff
Yeah I think soruceforge should warn if project names are similiar I had no idea at the time.
The wact template stuff doesnt/or didnt seem to be a standalone library, i.e. I got the impression that it will only work out of the box with their framework.
The wact template stuff doesnt/or didnt seem to be a standalone library, i.e. I got the impression that it will only work out of the box with their framework.
Code: Select all
require WACT_ROOT . 'util/dataspace.inc.php';