Community

PHP: Adding Behavior to a URL Class

(Alejandro Gervasio) In this second part of a series, I add a basic method to the “Url” class created in the first part. This method will be tasked with appending new parameters to its existing query string. Due to the immutable nature of the class, the method will return new “Url” objects, in this

Read More - Register for Free Membership