As a PHP developer, there are certain problems youะฒะโขre almost guaranteed to face. Generating charts and graphs, converting HTML documents to PDF formatะฒะโPHP is equipped to handle all of these, but coming up with the best implementation can be tricky! Now, instead of trawling through message boards
The PHP Anthology - Object Oriented PHP Solutions
โ Scribed by Harry Fuecks
- Publisher
- SitePoint Pty Ltd
- Year
- 2003
- Tongue
- English
- Leaves
- 251
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
As a PHP developer, there are certain problems youโre almost guaranteed to face. Generating charts and graphs, converting HTML documents to PDF formatโPHP is equipped to handle all of these, but coming up with the best implementation can be tricky! Now, instead of trawling through message boards and mailing lists for the answer, you can just crack open The PHP Anthology!
The PHP Anthology is a complete reference guide for any PHP developer --hobbyist or professional-- to help you write better, faster and more secure code that solves common problems. The author, Harry Fuecks, has compiled over 100 best-practice solutions that any developer will find invaluable when building content management systems, intranets, shopping carts or anything else.
In the second Volume volume of The PHP Anthology youโll:
- find out all about user authentication using PHP, including creating a user registration system that supports user groups and permissions.
- learn to parse RSS feeds using the SAX and DOM APIs, and also create your own RSS feeds
- generate PDFs, SVG images and WAP-enable your Website
- explore the various ways of colleting site statistics and traffic information so you can improve the user experience on the sites you build
- speed up your site by caching pages, both client and server-side to dramatically increase performance and decrease bandwidth usage
- optimize your code, learn about N-Tier application design, and minimize errors with unit testing
- learn how to apply five traditional software design patterns to real problems in PHP
๐ SIMILAR VOLUMES
As a PHP developer, there are certain problems youโre almost guaranteed to face. Generating charts and graphs, converting HTML documents to PDF formatโPHP is equipped to handle all of these, but coming up with the best implementation can be tricky! Now, instead of trawling through message boards and
As a PHP developer, there are certain problems youะฒะโขre almost guaranteed to face. Generating charts and graphs, converting HTML documents to PDF formatะฒะโPHP is equipped to handle all of these, but coming up with the best implementation can be tricky! Now, instead of trawling through message boards
What makes this book a little different from others on PHP is that it steps away from a tutorial style, and instead focuses on the achievement of practical goals with a minimum of effort. To that extent, you should be able to use many of the solutions provided here in a more or less โplug and playโ
What makes this book a little different from others on PHP is that it steps away from a tutorial style, and instead focuses on the achievement of practical goals with a minimum of effort. To that extent, you should be able to use many of the solutions provided here in a more or less โplug and playโ
A compilation of best practice solutions to common Web Development problems in PHP, focusing on the achievement of practical goals by applying well-structured, object orientated software design principles. Volume 1 covers the foundations of PHP including writing portable and reusable code, storing