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

DevShed: Introducing the Memento Pattern

DevShed: Factoring Content Boxes with the Factory Pattern in PHP 5

Freek Lijten's Blog: OAuth, a practical introduction with examples using the Twitter API

DevShed: Using Timers to Benchmark PHP Applications

Anna Filina's Blog: Symfony - subfolders for partials


Community Events









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


introduction composer code language interview framework release community podcast testing api database opinion object zendframework2 development example phpunit unittest tool

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