Skip to content

Instantly share code, notes, and snippets.

@kylejohnson
Created May 6, 2013 14:01
Show Gist options
  • Select an option

  • Save kylejohnson/5525356 to your computer and use it in GitHub Desktop.

Select an option

Save kylejohnson/5525356 to your computer and use it in GitHub Desktop.
debug(array_keys($this->Config->schema()));
array(
(int) 0 => 'Id',
(int) 1 => 'Name',
(int) 2 => 'Value',
(int) 3 => 'Type',
(int) 4 => 'DefaultValue',
(int) 5 => 'Hint',
(int) 6 => 'Pattern',
(int) 7 => 'Format',
(int) 8 => 'Prompt',
(int) 9 => 'Help',
(int) 10 => 'Category',
(int) 11 => 'Readonly',
(int) 12 => 'Requires'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment