Morning i have a few questions about GC 1.4
1. For what errors is this used for :
try {
..........
} catch(Exception $e) {
show_error($e->getMessage().' --- '.$e->getTraceAsString());
}
2. Can you set what fields you want to see in read ?
3. In read function way is relation not working ? ( I dont get the name of the object like "xxxxxxx" i get its id "yy" )