I am working on a small PHP website. I need a MySql database access class that is easy to configure and work with.
Does not need to be a full framework, I only need a ma
You can try Zend_Db from Zend Framework. Later you may include mode components from ZF.