CORE UPDATE: Minor update concerning the autoloading class in the core, now it is also possible to give a loading order through the configuration
Minor update concerning the form factory classes in the core, now some javascript events are implemented as well, another update concerning functinoallity will follow soon.
Update on the example configuration file, implementing the autoloading order of interfaces, moduels and traits.
Update for multidatabase support, see the documentation on http://www.nibiru-framework.com
This commit is contained in:
@@ -9,7 +9,8 @@ namespace Nibiru\Factory;
|
||||
*/
|
||||
class Db
|
||||
{
|
||||
protected static $_model = null;
|
||||
const DATABASE_DRIVER_NS = "driver";
|
||||
protected static $_model = null;
|
||||
|
||||
/**
|
||||
* @desc loads the database model through the correct Factory,
|
||||
|
||||
Reference in New Issue
Block a user