Jesus Matiz - 2017-06-21 14:11:54 - In reply to message 1 from Fabricio
You must include the class in the files you want to protect, as follows
require_once('antiInjectionSQL.class.php');
Before the processing of the information that you are going to receive, in this way it will be avoided that any attack arrives to filter to your project.