In the second part of their look at using closures in PHP as view helpers, DevShed improves upon their original code by adding some additional classes and using them in the closures.
devshedDevShed: PHP Closures as View Helpers: Lazy-Loading File DataPHPDeveloper.org Mon, 01/30/2012 - 13:08
In the second part of their look at using closures in PHP as view helpers, DevShed improves upon their original code by adding some additional classes and using them in the closures. DevShed: Handling File Data with PHP (Reading & Seeking)PHPDeveloper.org Thu, 12/01/2011 - 10:09
DevShed has posted the fifth part of their "handling files in PHP" tutorial series today (excerpted from the book "Beginning PHP and PostgreSQL 8: From Novice to Professional") with a focus on read from multiple places in a file to get to different data. Tags:
Anthony Ferrara's Blog: Security Review: Creating a Secure PHP L...PHPDeveloper.org Wed, 08/03/2011 - 11:02
In response to this article from DevShed about creating a "simple and secure login script", Anthony Ferrara has written up this post to help dispel some of the inaccuracies, bad practices and security issues that could result from DevShed's code. Site News: Popular Posts for the Week of 06.24.2011PHPDeveloper.org Fri, 06/24/2011 - 06:01
Popular posts from PHPDeveloper.org for the past week: DevShed: Using Static Methods to Validate Data with Helpers in P...PHPDeveloper.org Wed, 09/09/2009 - 07:29
DevShed finishes off their series on data validation with this eighth part - a look at using static methods to create a simple validation helper class (a rework of earlier code). DevShed: Sanitizing Strings with Filters in PHP 5PHPDeveloper.org Thu, 09/03/2009 - 06:21
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. DevShed: A PHP Validation Helper Class in ActionPHPDeveloper.org Tue, 09/01/2009 - 06:55
DevShed has posted the next to last article in their validation helper series - a look at the full validation class in action checking various kinds of user input. DevShed: Validating IP Addresses with Filters in PHP 5PHPDeveloper.org Wed, 08/26/2009 - 14:52
DevShed has posted the seventh part of their "validator" series today. DevShed: Error Handling for Dynamic Twitter Signature Images wit...PHPDeveloper.org Wed, 08/26/2009 - 06:55
DevShed has posted the third part of their series looking at the creation of dynamic twitter signatures. DevShed: Creating a Validation Helper ClassPHPDeveloper.org Mon, 08/17/2009 - 14:10
DevShed has continued their series looking at helpers in PHP5 applications with this new tutorial about creating a simple validation helper to ensure inputted data is as it should be. |