예제 #1
0
파일: UserDao.php 프로젝트: Esisto/IoEsisto
 function updateState($user)
 {
     parent::updateState($user, $this->table, DB::USER_ID);
 }
예제 #2
0
파일: PostDao.php 프로젝트: Esisto/IoEsisto
 function updateState($post)
 {
     parent::updateState($post, $this->table, DB::POST_ID);
 }
예제 #3
0
 function updateState($comment)
 {
     parent::updateState($comment, $this->table, DB::COMMENT_ID);
 }
예제 #4
0
 function updateState($resource)
 {
     parent::updateState($resource, $this->table, DB::RESOURCE_ID);
 }