Перекодировка в utf-8
This commit is contained in:
parent
43f501a5e2
commit
df2e65a670
80 changed files with 668 additions and 668 deletions
|
|
@ -3,13 +3,13 @@
|
|||
require_once 'abstract.php';
|
||||
|
||||
/**
|
||||
* Проверка на число
|
||||
* Проверка на число
|
||||
*/
|
||||
class Rule_Alpha extends Rule_Abstract
|
||||
{
|
||||
public function getErrorMsg()
|
||||
{
|
||||
return "Поле должно содержать только буквы";
|
||||
return "Поле должно содержать только буквы";
|
||||
}
|
||||
|
||||
public function isValid(Collection $container, $status = null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue