cgi.php




Lincoln Stein's (brother of Franken?) cgi.pm is a great tool for perl
programmers--providing a high-level API for lots of common, repeated
many times html constructs.

Is there a good php analog out there?
Wouldn't it be nice to able to say:

echo table(tr(td("somet text")));

Maybe there is such a thing, and I just don't know about it.

.



Relevant Pages