public static function init($params, &$report)
 {
     trigger_error("MONGODATABASE header is deprecated.  Use the OPTIONS header with the 'mongodatabase' parameter instead. (" . $report->report . ")", E_USER_DEPRECATED);
     return parent::init($params, $report);
 }
示例#2
0
 public static function init($params, &$report)
 {
     trigger_error("OPTION header is deprecated.  Use the OPTIONS header instead.", E_USER_DEPRECATED);
     return parent::init($params, $report);
 }