mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing typo in Constructor description.
Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
parent
ba59c93187
commit
b717abe1aa
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ class Model extends Overloadable {
|
||||||
*
|
*
|
||||||
* ### Dynamically creating models
|
* ### Dynamically creating models
|
||||||
*
|
*
|
||||||
* You can dynamically create model instances using the the $id array syntax.
|
* You can dynamically create model instances using the $id array syntax.
|
||||||
*
|
*
|
||||||
* {{{
|
* {{{
|
||||||
* $Post = new Model(array('table' => 'posts', 'name' => 'Post', 'ds' => 'connection2'));
|
* $Post = new Model(array('table' => 'posts', 'name' => 'Post', 'ds' => 'connection2'));
|
||||||
|
|
Loading…
Reference in a new issue