Update Version 0.4.0 beta 09.07.2018
- Bugfix on the form classes, now the select option is correctly set back. - Update for the database adapter - Improvement of the form elements, added onchange on the select boxes, the form tag now can have no element if needed. - Implementation of the Postgres and MySQL Adapter with propper Namespacing. - Minor bugfixing
This commit is contained in:
@@ -33,9 +33,4 @@ class indexController extends View implements IController
|
||||
{
|
||||
JsonNavigation::getInstance()->loadJsonNavigationArray();
|
||||
}
|
||||
|
||||
public function formAction( $action = false, $name = "", $type = "", $labeled = false, $data = array() )
|
||||
{
|
||||
// TODO: Implement formAction() method.
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
namespace Nibiru\Model;
|
||||
use Nibiru\Adapter\Db;
|
||||
use Nibiru\Adapter\MySQL\Db;
|
||||
use Nibiru\Pdo;
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
|
||||
0
application/module/empty
Normal file
0
application/module/empty
Normal file
@@ -24,7 +24,7 @@ register.text = "PATHTOYOURHTMLTEMPLATE"
|
||||
pageurl = "YOURPAGEURLWITHPROTOCOL"
|
||||
navigation = "navigation.json"
|
||||
dbmodel = "/../../application/model/"
|
||||
modul = "/../../application/modul/"
|
||||
module = "/../../application/module/"
|
||||
background.img[] = "public/img/nibiru3.jpg"
|
||||
smarty.css[] = "public/css/v3/roboto.css"
|
||||
smarty.css[] = "public/css/v3/toolkit-inverse.css"
|
||||
|
||||
Reference in New Issue
Block a user