book; foreach ($books as $book) { echo "{$book->title} was written by {$book->author}\n"; } ?>