Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating doc block for ConnectionManager and including note about pos…
…sible PHP4 issues.
  • Loading branch information
markstory committed Jan 21, 2010
1 parent b21538c commit 2d3cde1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cake/libs/model/connection_manager.php
Expand Up @@ -131,11 +131,13 @@ function sourceList() {
}

/**
* Gets a DataSource name from an object reference
* Gets a DataSource name from an object reference.
*
* **Warning** this method may cause fatal errors in PHP4.
*
* @param object $source DataSource object
* @return string Datasource name, or null if source is not present
* in the ConnectionManager.
* in the ConnectionManager.
* @access public
* @static
*/
Expand Down

0 comments on commit 2d3cde1

Please sign in to comment.