$dbc
falseを返しています。クエリにエラーがあります:
SELECT users.*, profile.* --You do not join with profile anywhere.
FROM users
INNER JOIN contact_info
ON contact_info.user_id = users.user_id
WHERE users.user_id=3");
これに対する一般的な修正は、Raverenによって説明されています。