Databug

Sunday, August 13, 2006

Databug Accepted at phpclasses

Databug has been accepted at phpclasses.org! The phpclasses listing includes a forum page:

http://www.phpclasses.org/discuss/package/3287/

The source files can be found here:

http://www.phpclasses.org/browse/package/3287.html

Tuesday, August 08, 2006

New Demo Page

It looks like the databug class will be appearing on phpclasses.org shortly (just a little issue with my profile photo that needed to be cleared up.)

In anticipation, I've added a new demo page to klenwell.net:

php databug demo page

Friday, August 04, 2006

phpclasses Submission

Databug has been submitted to phpclasses.org and awaits approval.

Thursday, August 03, 2006

Google Hosting

A project page for Databug has been added to the new Google Code project hosting site. I've just uploaded the latest version of databug.

Databug will also be submitted to phpclasses.org.

Sunday, July 16, 2006

Added Street Name to Profile

Added a function to grab a random street name from a new data file. Only viable file of street names I could find contained street names from Anchorage, Alaska. For the most part, it doesn't really show.

A demo:

Array
(
[first_name] => Othella
[last_name] => Finch
[user_name] => ofinch
[full_name] => Othella Finch
[gender] => f
[email] => ofinch49788@aol.com
[street] => Altoona Drive #654
[zip] => 91360
[city] => Thousand Oaks
[state] => CA
[phone] => (858) 555-9667
)