예제 #1
0
파일: Validator.php 프로젝트: no22/gongo
 public function notBlank($value, $params)
 {
     $text = Gongo_Str::trim($value);
     return $text != '';
 }
예제 #2
0
파일: Converter.php 프로젝트: no22/gongo
 public function mbTrim($value)
 {
     return Gongo_Str::trim($value);
 }