CHAPTER 8Extending the Blog Manager

In Chapter 7 we began implementing the blogging functionality in our web application, which included giving users the ability to add, edit, and delete posts, as well as allowing them to preview posts prior to sending them live.

In this chapter, we will continue to implement these blog management tools, building on what we started in the previous chapter. The features we will implement include the following:

  • Retrieving multiple posts. So far in the blog manager we load only one blog post database record at a time. We will look at how to effectively retrieve large amounts of data from the database in a single operation.
  • Displaying existing blog posts. Using the functions we create to retrieve multiple blog ...

Get Practical Web 2.0 Applications with PHP 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.