mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 13:02:40 +00:00
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:
parent
bcbdb1cf1d
commit
24351b5a21
3 changed files with 375 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue