CHAPTER 7

image

Building the Entry Manager

At this point, you know enough to start building your personal blogging system. The rest of this book covers developing and improving a personal blog. This chapter walks you through how to build the backbone of your blogging application: the blog entry manager. The pieces you’ll build include the following:

  • A view, which is an HTML form to accept entry input
  • A controller, to handle input from the form
  • A model, to save and retrieve the entry in the database

By the end of this chapter, you will have a basic entry manager for your personal blog system. In the process of building the entry manager, you will ...

Get PHP for Absolute Beginners now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.