コード例 #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);
 }