⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Few questions about GC 1.4



Robert
  • profile picture
  • Member

Posted 12 August 2013 - 05:37 AM

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" )


davidoster
  • profile picture
  • Member

Posted 12 August 2013 - 06:38 AM

1. for all the errors/states that might arise from a getState

2. no

3. post it as an issue on github


Robert
  • profile picture
  • Member

Posted 12 August 2013 - 10:37 AM

I have one more question but this is related to the older version :

i have a field in one table set to time i see GC doesn't recognize the field is there a way to fix the problem ? I mean when you click the field to open like on date a small window and let add the time ?

 

 

Thanks