mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fixes #4944, documentation of setDataSource
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7210 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
2b699435f0
commit
ce4cbba4f5
1 changed files with 1 additions and 1 deletions
|
@ -2467,7 +2467,7 @@ class Model extends Overloadable {
|
|||
/**
|
||||
* Sets the DataSource to which this model is bound
|
||||
*
|
||||
* @param string $dataSource The name of the DataSource, as defined in Connections.php
|
||||
* @param string $dataSource The name of the DataSource, as defined in app/config/database.php
|
||||
* @return boolean True on success
|
||||
* @access public
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue