Backporting bugfix for #22 from 1.3-console to 1.2. Adds schema shell test cases, fixes for schema object references, i18n of schema schell output strings.

This commit is contained in:
jperras 2009-09-06 21:05:24 -04:00
parent bcbdb1cf1d
commit 24351b5a21
3 changed files with 375 additions and 20 deletions

View file

@ -172,6 +172,7 @@ class CakeSchema extends Object {
* - 'connection' - the db connection to use
* - 'name' - name of the schema
* - 'models' - a list of models to use, or false to ignore models
*
* @param array $options schema object properties
* @return array Array indexed by name and tables
* @access public