Exemplo n.º 1
0
 static function ejecutaSQL($sql)
 {
     $cnx4 = UtilDB::getConnection();
     $count = $cnx4->exec($sql);
     $cnx4 = NULL;
     return $count;
 }