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:
gwoo 2008-06-18 17:46:56 +00:00
parent 2b699435f0
commit ce4cbba4f5

View file

@ -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
*/