예제 #1
0
 function HomeModel($c)
 {
     parent::MVC_Model($c);
 }
예제 #2
0
 function LinksModel($c)
 {
     parent::MVC_Model($c);
 }
예제 #3
0
 function LoginModel($c)
 {
     parent::MVC_Model($c);
 }
예제 #4
0
 function UsersModel($c)
 {
     parent::MVC_Model($c);
 }