Extending my database class (anyDB)
Posted: Thu May 13, 2004 4:33 pm
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...
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...