Get information about an objects MySQL table
public get_table_info ( string $object_type, string $object, null $name = null, array $pod = null, array $field = null ) : array | boolean | ||
$object_type | string | |
$object | string | The object to look for |
$name | null | (optional) Name of the pod to load |
$pod | array | (optional) Array with pod information |
$field | array | (optional) Array with field information |
return | array | boolean |