I am assigning the object for class "PurchOrder" to session variable
$_SESSION['obj'] = new PurchOrder;
But it returns the error "__PHP_Incomplete_Class_Name" when i access the function which is inside the class "PurchOrder"
I didnt handle this type of error before.