author = $author; $comment->email = $email; $comment->text = $text; $comment->datetime = $datetime; $comment->item_id = $item_id; return $comment->save(); } }