News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using Static Methods to Validate Data with Helpers in PHP 5
September 09, 2009 @ 08:29:55

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).

The methods of the [previously created] helper were always called in the object scope, implying that there was a previous instantiation of the class. In this particular case, this process is completely unnecessary, aside from encouraging a bad programming habit. Therefore, in this last tutorial of the series I'm going to improve the source code of this validation helper class by declaring all of its implemented methods static.

In the code they redefine their methods (like validate_int and validate_alpha) to be static and directly callable without having to make an instance/object of the class.

0 comments voice your opinion now!
static method tutorial validate


blog comments powered by Disqus

Similar Posts

Jake Smith's Blog: Callback Filter Iterator in PHP 5.3/5.4

Hasin Hayder's Blog: Complete oAuth script for Twitter and LinkedIn using PECL oAuth Extension

Sebastian Bergmann's Blog: Tutorial at ZendCon 2007

PhPL33t Blog: How to Automated Plesk Email Creation

DZone.com: The Page Object pattern


Community Events











Don't see your event here?
Let us know!


language rest introduction series conference community unittest interview release database usergroup framework zendframework2 podcast testing opinion phpunit development functional symfony2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework