From a8c2afd41c83ca521a5d01b3ff71ec21612aa037 Mon Sep 17 00:00:00 2001 From: Marcin Wawrzyniak Date: Wed, 20 Mar 2013 00:44:51 +0100 Subject: fixed phpdoc in get_db() phpdoc said it returns ORM, but it's PDO --- idiorm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idiorm.php b/idiorm.php index c6d0570..5b327a6 100644 --- a/idiorm.php +++ b/idiorm.php @@ -299,7 +299,7 @@ * required outside the class. If multiple connections are used, * accepts an optional key name for the connection. * @param string $connection_name Which connection to use - * @return ORM + * @return PDO */ public static function get_db($connection_name = self::DEFAULT_CONNECTION) { self::_setup_db($connection_name); // required in case this is called before Idiorm is instantiated -- cgit v1.2.3