patricus's blog: technical post: html_inject

I'm writing my own php framework called html_inject, that lets me easily put html tags into my site using corresponding functions, the heading above uses html_inject for example, here's an example in code:
h1("hello, world!");
I may opensource the framework under lgpl
here's more examples: a("test.php","test");
button("history.back()","go back");