I'd like to start building my own framework. Everything is fine, but I can't build the most important part (from my point of view): DB controller.
I've seen so many project codes and some uses ADOdb, others have built its own. I don't want compatibility, just an easy class that obviously filters SQL injections but also allows the user to use it easily.
Thank you in advance!