이미 소장하고 있다면 판매해 보세요.
|
1. Dynamic Data for Flash; Sample Application: A User Registration FLA
2. Getting Started with PHP; Sample Application: A User Login FLA 3. Making PHP Work for You; Sample Application: A Tell-a-Friend Site Recommendation FLA 4. PHP and Information Handling; Sample Application: A simple search and replace Text Highlighter 5. Looking for Patterns; Sample Application: A Fully-searchable News archive 6. Remembering Visitor Information; Sample Application: A Flash Cookie Cutter to fetch and store cookies 7. Tapping into External Files; Sample Application: A Flash Mailing List 8. Introducing the Database 9. Integrating PHP with MySQL; Sample Application: A Flash Content Management System 10. Case Study 1 ?User Poll 11. Case Study 2 ?Event Planner / Calendar 12. Case Study 3 ?Flash Forum Appendix A: Installing PHP, MySQL and Apache on Windows, Mac OS X and UNIX Appendix B: PHP and Object Oriented Programming (for advanced users) Sample Application: A Flash Shopping Basket Appendix C: Resources |
|
Up until this point we've been writing our scripts in a strictly monolithic fashion. Essentially this means that all our code has been thrown together in the same section of the same script. While this is fine for the relatively small scripts that we've written so far, once we begin to write larger scripts, or even start working on a whole site, it will lead to a lot of redundant, unmanageable and non-reusable code
--- p.90 |