From 2d3cde1abb0d9c770b490406e264262e87241aec Mon Sep 17 00:00:00 2001 From: Mark Story Date: Thu, 21 Jan 2010 13:18:00 -0500 Subject: [PATCH] Updating doc block for ConnectionManager and including note about possible PHP4 issues. --- cake/libs/model/connection_manager.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cake/libs/model/connection_manager.php b/cake/libs/model/connection_manager.php index d1e3c20ec..a6be6e12e 100644 --- a/cake/libs/model/connection_manager.php +++ b/cake/libs/model/connection_manager.php @@ -131,11 +131,13 @@ class ConnectionManager extends Object { } /** - * 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 */