Skip to content

Instantly share code, notes, and snippets.

View Nek-'s full-sized avatar
:octocat:

Maxime Veber Nek-

:octocat:
View GitHub Profile
anonymous
anonymous / gist:179266
Created September 1, 2009 18:16
<?php
/**
* sfValidatorPhone validates a phone number.
*
* @author Brent Shaffer <[email protected]>
*/
class sfValidatorPhone extends sfValidatorRegex
{