DevShed: Developing a URL Handling Helper Class in PHP 5

Courtesy PHPDeveloper.org  Mon, 08/03/2009 - 10:03

DevShed has continued their series looking at helper classes in PHP5 applications with this new tutorial about building a URL class to help with parsing and manipulation.

Since it's a common practice to build helpers that manipulate URLs in different ways, in the next few lines I'm going to show you how to create a class whose main task will be dynamically generating URLs via a basic API.

Their URL helper class ...


 

More related items

DevShed: Sanitizing Strings with Filters in PHP 5
DevShed rounds the final corner on their sanitizing user input series of tutorials with the eighth part, a look at filtering inputted strings to remove potentially dangerous issues. In...

DevShed: Enhancing a URL Handling Helper Class in PHP...
DevShed continues their look at making helpers in PHP5 classes with this new part of the series - updating their previous URL helper to change it over to a static class. As you'll possibly...

DevShed: Checking Boolean Values with Filters in PHP 5
DevShed continues their look at filtering in PHP5 applications with this third part covering checks on boolean values. As I said before, the filter extension can be used for more than...


 

Post new comment

The content of this field is kept private and will not be shown publicly.
computer-internet.marc8.com