Oladipo Ademola - 2013-04-10 12:23:39
This is a lovely class. But I didnt like the idea of writing the generated code to file. So I looked at the WebAppsBaseClass file and removed the private definition for getClassCode.
From the example, I changed
//$webappobj->saveToFile("./example1.html");
to
echo $webappobj->getClassCode();