si era quello l'errore. ma ora ne ho un altro :S

Codice PHP:
protected function cancellaNews($id$db)
    {
        
$query="DELETE FROM t_notizie WHERE id_notizia=$id;"//linea 148
        
        
return mysqli_query($db$query);
    } 
Catchable fatal error: Object of class mysqli could not be converted to string in E:\www\Frogs\include\classes\ccms_readNews.php on line 148