first commit
This commit is contained in:
10
application/helpers/MY_valid.php
Normal file
10
application/helpers/MY_valid.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class valid extends valid_Core {
|
||||
|
||||
public static function alpha($str, $utf8 = true)
|
||||
{
|
||||
return parent::alpha($str, $utf8);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user