0
kicks
Practice: Put your queries outside of your code
Don't waste time putting queries as quoted concatenated strings in your code. Have a look at this post and code to manage queries as files in your applications.
The manager code is implemented using standard provider and strategy patterns which makes it simple to extend.
The purpose of this code is to demonstrate the usage of theese patterns and the practice of not storing your quereis as code.