0

when trying to connect mongoDB with kohana i get error and i searched through google but not find solution.

ErrorException [ Warning ]: Declaration of Kohana_Model_Database::factory($name, $db = NULL) should be compatible with Model_Mongo::factory($model, $id = NULL, $config = 'default')

  • What library you use? This Warning mean, that `Model_Mongo` extends `Kohana_Model_Database` and method `factory` has different argument count or acces level. – bato3 Feb 28 '19 at 12:31
  • Possible duplicate of [Declaration of Methods should be Compatible with Parent Methods in PHP](https://stackoverflow.com/questions/3115388/declaration-of-methods-should-be-compatible-with-parent-methods-in-php) – bato3 Feb 28 '19 at 12:32

0 Answers0