Código PHP:
Ver originalclass Cm_Seguridad extends Cm_Mysql{
# --- Proteccion total
function _Proteger(){
foreach ($_POST as $key => $value) {
}
foreach ($_GET as $key => $value) {
}
}
}
:/ antes de asociar los post y get a variables llamo a esta funcion xD se que no voy a mandar codigo mysql ni nada xD