Example #1
0
 /**
  * @deprecated
  * @return unknown_type
  */
 public static function getInstance()
 {
     if (is_null(self::$_defaultConnection)) {
         self::$_defaultConnection = Nova::getModel('core/database_connection_pool')->getConnection('core_read');
     }
     return self::$_defaultConnection;
 }