During this tutorial, we will create a news aggregation site. We will parse multiple feeds, categorize them, activate/deactivate them for our website, and display them on our website using PHP’s SimpleXML extension. The following topics will be covered in this tutorial:

Creating the database and migrating the feeds table

Creating a feeds model

Creating our form

Validating and processing the form

Extending the core classes

Reading and parsing an external feed