Example #1
0
 public static function getContentDb()
 {
     if (!self::$_contentDb) {
         // todo: make configurable
         self::$_contentDb = self::getMongo()->cms_content;
     }
     return self::$_contentDb;
 }