I have the following object
$compra = new Compra($usuario, $produto_comprado, $cep['cep'], $soma_produtos);
When I try to add it to a $_SESSION[] and try to get it on another page, it returns me it returns __PHP_Incomplete_Class...
asked by
14.11.2015 / 21:32