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 ...
Post new comment