Re: [Phphtmllib-devel] nother file
Status: Beta
Brought to you by:
hemna
From: Culley H. <cu...@fa...> - 2004-03-08 20:34:20
|
On Mar 8, 2004, at 10:23 AM, Walter A. Boring IV wrote: > Ok this sounds good. Go ahead and check it into SECURITY. Should > probably > update the README and INSTALL files to discuss this file. > I'll get this set up. > I liked your example. It's nice to see another viewpoint on using > phpl. I'm so > used to using it that it's second nature to me now, so I'm not that > great at > writing new examples. > I don't mind writing examples-- as I learn a new portion of the API writing an example helps make everything stick in my mind. It might also help in the long run for testing. Initially I thought developing test cases would be the way to go but writing test cases for UI code is kind of difficult-- ultimately it needs to look right. The new web testing stuff built into Simple Test (http://www.lastcraft.com/web_tester_documentation.php) might be useful-- build up test cases for each of the examples... another some day project. I need to modify my editor (vim) to get my commenting style in sync with yours before I publish the examples. I have been using a bulk comment/uncomment module that just puts // at the front of a line rather than the /* * */ style of comment. Need to go dig around on the vim site to see if I can find something that will do this... culley |