< Back
Page 4 of 4
From the book
What You Have Learned
What You Have Learned
In this lesson, you have:
- Installed the Zend Framework (pages 214–215)
- Set up ZF site-specific code hints (pages 215–218)
- Altered a database table to add a unique index and extra columns (pages 219–220)
- Created a library file to load ZF classes and connect to the database (pages 221–227)
- Validated user input on the server with Zend_Validate (pages 227–236)
- Redisplayed user input when errors are detected in server-side validation (pages 236–237)
- Removed unwanted backslashes inserted by “magic quotes” (pages 237–238)
- Used Dreamweaver’s Server Behavior Builder (pages 238–241)
- Displayed error messages when input fails validation (pages 242–244)
- Used a variable in a SELECT query to check for duplicate usernames (pages 244–246)
- Inserted user input into a database with Zend_Db (pages 246–247)
- Created a login system with Zend_Auth (pages 247–252)
- Password-protected pages with Zend_Auth (page 253)
- Created a logout system (pages 253–254)
- Displayed a logged-in user’s details (pages 254–255)
< Back
Page 4 of 4