database->first( 'SELECT * FROM users WHERE email = :email', ['email' => $email] ); } }