Commit Graph

18 Commits

Author SHA1 Message Date
Stephan Kasdorf
2da482febf Packagist 2018-03-15 13:17:10 +01:00
Stephan Kasdorf
f93669491a Packagist 2018-03-15 13:13:30 +01:00
Stephan Kasdorf
90f4eb1703 Packagist 2018-03-15 13:11:58 +01:00
Stephan Kasdorf
c9f29ce086 Version 0.3.5 beta 2018-03-14 16:37:09 +01:00
Stephan Kasdorf
f7f7550833 FIX: created folder in order to be operational within the template engine 2018-02-05 08:28:31 +01:00
Stephan Kasdorf
8f7ccc8f36 removed unused files that are not needed anymore. 2018-02-05 08:25:59 +01:00
Stephan Kasdorf
86433af5bf Version 0.3 beta 04.02.2018
Improved: The Router now accepts actions, either trough the _action as parameter, or on the URL pattern after the controller name Example: http://youdomain/[controllername]/[actionname]/
It is now possible to load as many navigations on the page as wanted by passing the name to the JsonNavigation::getInstance()->loadJsonNavigationArray('[NAME]'); call in the navigationAction of the Controller
Building forms by simple adding the namespace use Nibiru\Factory\Form; and calling Example: Form::addInputTypeText( array( 'name' => 'lastname', 'value' => 'placeholder' ) ); To finalize the form the last call should be something like this: Form::addForm( array('name' => 'testform', 'method' => 'post', 'action' => '/' . Router::getInstance()->currentPage(), 'target' => '_self') );
The Database design has fully been refactored, now it contains an autoloading mechanism which can be triggert by createing a database folder in the application folder, a Example file is in the folder applicatoin/database
The Database access can now be implemented anywhere in your application by adding the namespace to your database accessing Logic: use Nibiru\Factory\Db;
2018-02-04 22:16:21 +01:00
Stephan Kasdorf
16d86ad95e Refactoring to maintain the framework standard. 2017-08-01 12:01:16 +02:00
Stephan Kasdorf
8a4dddd7d5 UPDATE: Minor bugfixes for the naviagtion checking for the correct key, in order to prevent error messages. 2017-07-31 21:51:53 +02:00
Stephan Kasdorf
28fe5936cf UPDATE: Minor bugfixes for the current functionallity. Now having a running out of the box system. 2017-07-31 21:44:52 +02:00
Stephan Kasdorf
afcde5ca49 Settings section update for a better understanding 2017-07-19 09:30:34 +02:00
Stephan Kasdorf
8a91905207 Removed unused files 2017-07-19 09:13:03 +02:00
Stephan Kasdorf
4a8e3493ab 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. 2017-07-19 08:58:06 +02:00
Stephan Kasdorf
8a2bb432f7 version 0.1 beta base nibiru framework, added missing controller file, and a minor bugfix for the navbar 2017-06-16 14:35:22 +02:00
Stephan Kasdorf
4bfe207b78 First commit, version 0.1 beta base nibiru framework 2017-06-16 12:21:21 +02:00
alllinux
7d475ceb6b Update README.md 2017-06-16 11:38:32 +02:00
alllinux
43c74b01ce Update README.md 2017-06-16 11:37:56 +02:00
alllinux
50ece085f6 Initial commit 2017-06-16 11:31:22 +02:00