A PDO object called $db has been set up to use for database operations, including user authentication. All user-related properties are set. The script line public function __construct(&$db) shows a constructor that initializes all user-related properties to ____ if no user has logged in. These parameters will be properly set by the login functions when a user logs in.

  1. NULL
  2. TRUE
  3. FALSE
  4. 0

Correct Answer:

  • NULL

Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *