getFirst("NotiziaModel",array("id"=>$id,"status"=>NotiziaModel::STATUS_ACCEPTED)); if(!is_null($articolo)){ $news = new stdClass(); $news->notizia = $articolo->id; $news->user = UserLoginManager::getLogged(); $commento = new CommentoModel($news); $commento->titolo = $titolo; $commento->testo = $testo; $commento->status = CommentoModel::STATUS_PENDING; GlobalVariables::get("dao")->save($commento); echo '