version 0.2 beta nibiru framework, added onclick to the navbar json configuration, added a new dispatcher class that can handle actions as well, removed the dirty method calls fro the constructor $this->pageAction() and the navbar call, added ODBC support, and a postgress class. Overall improved the core functions of the framework.
This commit is contained in:
16
core/i/odbc.php
Executable file
16
core/i/odbc.php
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: skasdorf
|
||||
* Date: 10.07.17
|
||||
* Time: 13:48
|
||||
*/
|
||||
|
||||
namespace Nibiru;
|
||||
|
||||
|
||||
interface IOdbc extends IMysql
|
||||
{
|
||||
const PLACE_READONLY = "readonly";
|
||||
const FILTER_COLUMN_NAME = "COLUMN_NAME";
|
||||
}
|
||||
Reference in New Issue
Block a user