Приглашаем посетить
Есенин (esenin-lit.ru)

Chapter 30. Strategies for Successful Web Applications

Previous
Table of Contents
Next

Chapter 30. Strategies for Successful Web Applications

One way to write more effective and robust web applications is to develop strategies and code libraries to handle certain common problems, feature areas, or functionality. Therefore, before moving on to actual sample web applications in the next few chapters, we first look at the solutions to some common problems that we will use in all of our samples. Much of the material discussed in this chapter was first mentioned in passing as we discussed the core technologies in Part IV of this book, but we will now look at more robust and real-world application of these.

This chapter covers

  • Creating single-instance objects in PHP5

  • Robust and more secure session management

  • Error handling and informing users of problems

  • Managing connections to the database server

  • Reviewing php.ini configuration settings to confirm that we are ready to run our web applications


Previous
Table of Contents
Next