Why am I getting this error:
Catchable fatal error: Object of class Card could not be converted to string in /f5/debate/public/Card.php on line 79>
You are trying to echo an object itself, not a string property of it. Check your code carefully.