where([ 'token'=>$token ])->find(); if($user['tokenOverTime'] < THINK_START_TIME) { return false; } return $user; } }