The hard time here is trying to get specific entries where I need an identifier and a date to match, here is my code:
$testq= DB::table('attendances')->where('user_id', '=', $userinput && 'logon', '=', $newdate)->get();
oop php orm eloquent laravel-4
jake balba
source share