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:
@@ -14,8 +14,7 @@ class indexController extends View implements IController
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->navigationAction();
|
||||
$this->pageAction();
|
||||
|
||||
}
|
||||
|
||||
public function pageAction()
|
||||
|
||||
Reference in New Issue
Block a user