From: Steve D. <sd...@wo...> - 2004-11-05 19:14:41
|
Here's my minor changes, since I'm not gonna have time to finish this up today. http://sdibb.frogcircus.org/psa_20041105.tgz You can see the diffs by running rcsdiff -r1.1 -r1.2 * I also stole phpmyadmin's images and put them in img/ Also created a basic phpdocumenation from the SQLite class in phpdoc/ I think the class needs to be tweaked a little bit. I havent looked at all of it, but I don't like how on $class->query it returns an HTML error if there's a problem. I'd rather have it return bool true/false, and then output the error to an object variable, and be able to display it with another function (similar to PEAR's DB class). Steve |