资 源 简 介
A nifty class that can be used to create multiple saved prepared statements with PDO. Initially, PDO only allows for one prepared statement at a time. Each time you prepare a statement, the one before gets erased. With this class, you can define many statements, and in many cases use them with more convenience.