Extending my database class (anyDB)

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Lennart
Forum Newbie
Posts: 4
Joined: Fri Mar 28, 2003 6:09 am

Extending my database class (anyDB)

Post by Lennart »

Hi,

I am planning to release a new version of my anyDB class soon and I want to know what additional features you would want in there.
Please see the overview for its existing functionality.

For the next release I will include better error handling (the possibility to call a user-defined function upon error), ability to retrieve the last INSERT id, typecasts for single values and a couple of small fixes.
My goal is to keep the class still lightweight. I don't want to add things like cross-database table creation because the bigger wrapper classes already provide that nicely.

So, let me know what you think is still missing...
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

file file database support so you can use text files incase your host doesnt have a database.
Lennart
Forum Newbie
Posts: 4
Joined: Fri Mar 28, 2003 6:09 am

Post by Lennart »

It does support DBX and FileDB already.
Post Reply