L'errore è
Codice PHP:
$this->$table['notizie'
dovrebbe essere
Codice PHP:
$this->table['notizie'


Ps.
L'errore dice che c'è una proprietà di nome 'in'
l'errore dice che non può accedere a una proprietà vuota NEL (file xxxxxx alla riga y)
Errore completo:
Fatal error: Cannot access empty property in /applicazioniWeb/apache/vhosts/test/newFile.php on line 16
L'errore quindi potrebbe essere nel file citato ma potrebbe essere anche in un altro (in questo caso ho guardato bene il codice e ci sono arrivato, ma è stato quasi un caso)