Dealing with human readable network addresses
Posted on October 18th, 2009 in Housekeeping | No Comments »
network_expand_range and network_compact_range allow the expansion and contraction of IP addresses or ranges as human readable input.
My name is Aidan Lister. I am a professional web developer working primarily with PHP. I am an author of the PHP documentation, and a PEAR developer.
This personal blog discusses what's hot in web development, programming concepts and solutions, and my code repository.
network_expand_range and network_compact_range allow the expansion and contraction of IP addresses or ranges as human readable input.
directory_walk allows running an arbitrary callback on all files in a deep directory structure.
I listed my old Macbook Pro 15″ laptop for sale on eBay today. I paid my fees. I reviewed my add. I was happy for about 6 minutes, until I received a barrage of emails notifying me my account was suspended for “abuse” of their terms and conditions.
My account was locked down, leaving me unable to even log in to respond to the situation! All my bids on other items were revoked. Is this what online selling has become? If so, no thanks.
The ACL Component in CakePHP is very powerful and can be used to solve a wide variety of access control problems. In this tutorial, we provide a step-by-step guide for implementing row level access control to a model.