๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

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

โฌ‡  Acquire This Volume

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


The PHP Anthology: Object Oriented PHP S
โœ Harry Fuecks ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› SitePoint Pty Ltd ๐ŸŒ English

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
โœ Harry Fuecks ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› SitePoint Pty Ltd ๐ŸŒ English

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

The PHP Anthology Object Oriented PHP So
โœ Harry Fuecks ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› SitePoint Pty Ltd ๐ŸŒ English

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 S
โœ Harry Fuecks ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› SitePoint ๐ŸŒ English

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โ€

The PHP Anthology Object Oriented PHP S
โœ Harry Fuecks ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› SitePoint ๐ŸŒ English

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โ€

The PHP Anthology: Object Oriented PHP S
โœ Harry Fuecks ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐ŸŒ English

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