DevShed: Enhancing a URL Handling Helper Class in PHP 5

You can't request more than 20 challenges without solving them. Your previous challenges were flushed.
Courtesy PHPDeveloper.org  Tue, 08/11/2009 - 07:37

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 recall, all of the methods of the class were called initially inside the object context, that is dynamically, which may lead to the creation of an unnecessary instance of the helper class.

So, to solve this issue quickly, in this chapter of the...


 

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: Developing a URL Handling Helper Class in...
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...

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