예제 #1
0
파일: user.php 프로젝트: jin123456bat/home
 function __construct()
 {
     parent::__construct('user');
 }
예제 #2
0
 function __construct($table)
 {
     parent::__construct($table);
 }
예제 #3
0
 function __construct()
 {
     parent::__construct('category');
 }