autoloader 구성.
class 정의
This commit is contained in:
+3
-1
@@ -1,8 +1,10 @@
|
||||
<?php
|
||||
namespace sammo;
|
||||
|
||||
include "lib.php";
|
||||
include "func.php";
|
||||
|
||||
use utilphp\util as util;
|
||||
|
||||
|
||||
$name = $_POST['name'];
|
||||
$name = _String::NoSpecialCharacter($name);
|
||||
|
||||
Reference in New Issue
Block a user