jeroenmulder.com/weblog/2005/04/php_single_and_double_
quotes.php.
Summary
Hey, we covered a lot of ground in this chapter, didn??™t we? We talked about the three-tier architecture
and how it helps you create great flexible and scalable applications. We also saw how
each of the technologies used in this book fits into the three-tier architecture.
If you feel overwhelmed, please don??™t worry. In the next chapter, we will begin to create the
first part of our site. We will explain each step as we go, so you will have a clear understanding
of each element of the application.
CHAPTER 2 ?– LAYING OUT THE FOUNDATIONS 28
Starting the TShirtShop Project
Now that the theoretical foundations of the project have been laid, it??™s time to start putting
them to work. In this chapter, we??™ll implement the first page for the TShirtShop web site. In
this chapter, you will
??? Install and configure the necessary software on your development machine
??? Create the basic structure of the web site
??? Implement an error-handling routine and a reporting routine in the site skeleton
??? Set up the database that will be used to store catalog data, customer orders, and so on
Subsequent chapters will build on this foundation to create the product catalog with
department and category navigation, product lists, product details pages, and much more.
?– Note Be warned that this and the next few chapters are dense, and you may found them pretty challenging
if you don??™t have much experience with PHP or MySQL 5.
Pages:
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93