Notice: Undefined index: id in /var/www/html/php7cookbook/source/Application/Entity/Base.php on line 33

Notice: Undefined index: profile_id in /var/www/html/php7cookbook/source/Application/Entity/Base.php on line 33
Customer ID BEFORE Insert: 0 Customer ID AFTER Insert: 111 Customer Balance BEFORE Update: 326.33 Customer Balance AFTER Update: 999.99 object(Application\Entity\Customer)#7 (12) { ["name":protected]=> string(11) "Doug Bierer" ["balance":protected]=> float(999.99) ["email":protected]=> string(26) "doug654@unlikelysource.com" ["password":protected]=> string(8) "password" ["status":protected]=> int(1) ["securityQuestion":protected]=> string(15) "Who's on first?" ["confirmCode":protected]=> string(5) "12345" ["profileId":protected]=> int(0) ["level":protected]=> string(3) "ADV" ["purchases":protected]=> array(0) { } ["mapping":protected]=> array(10) { ["id"]=> string(2) "id" ["name"]=> string(4) "name" ["balance"]=> string(7) "balance" ["email"]=> string(5) "email" ["password"]=> string(8) "password" ["status"]=> string(6) "status" ["security_question"]=> string(16) "securityQuestion" ["confirm_code"]=> string(11) "confirmCode" ["profile_id"]=> string(9) "profileId" ["level"]=> string(5) "level" } ["id":protected]=> int(111) }