composer 사용으로 날려먹은 util 단축을 살림.

This commit is contained in:
2018-01-29 21:55:38 +09:00
parent a78d93f282
commit 20593b0e44
14 changed files with 36 additions and 5 deletions
+2
View File
@@ -2,6 +2,8 @@
require(__dir__.'/../vendor/autoload.php');
require_once(ROOT.W.F_FUNC.W.'class._String.php');
use utilphp\util as util;
class _Validation {
public static function CheckID($id) {
$len = strlen($id);