コード例 #1
0
ファイル: users.php プロジェクト: gayathma/feedbox
 function user_active()
 {
     $user_service = new User_service();
     echo $user_service->active_users(trim($this->input->post('id', TRUE)));
 }