Cymen's Blog

Archive for the ‘PHP’ Category

Published PHPGatewayInterface to github…

leave a comment

I wrote a hopefully generic class in PHP to proxy CGI scripts. The idea being that sometimes one wants to get the output of a CGI script and do various things with it before displaying it. In my particular case, wrap CVSWeb so the output can be put into a HTML DIV.

The code is published on github as PHPGatewayInterface.

Written by Cymen

August 29th, 2009 at 11:51 pm

Posted in PHP