From a789d895156db64f2e5b5c4695934f541c7c94be Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Tue, 12 Nov 2019 18:14:34 +0100 Subject: [PATCH 1/2] VERSION 0.9.4.1: Updated README version number. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9000963..ec743a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nibiru ### Rapid Prototyping PHP Framework -Version 0.9.3 beta +Version 0.9.4.1 beta ## Introduction
Nibiru is a rapid prototyping framework written in PHP and based on the MVC design pattern. Now one may say that writing
From a2c71704634e42e5dbe754f0e6a0ce00d430046f Mon Sep 17 00:00:00 2001 From: stephan Date: Tue, 19 Nov 2019 16:19:14 +0100 Subject: [PATCH 2/2] VERSION-0.9.4.2 Database switch in order to disable the database adapter completly, minor bugfix in the postgress database adapter concerning the configuration settings. Added gitignore file --- .gitignore | 1 + README.md | 14 +++++++++++--- core/c/model.php | 13 ++++++++++--- core/c/mysql.php | 19 +++++++++++-------- core/c/odbc.php | 26 +++++++++++++++++--------- core/c/psql.php | 31 +++++++++++++++++++------------ core/i/mysql.php | 1 + 7 files changed, 70 insertions(+), 35 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e376fe0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +core/l/* \ No newline at end of file diff --git a/README.md b/README.md index ec743a3..4f24973 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nibiru ### Rapid Prototyping PHP Framework -Version 0.9.4.1 beta +Version 0.9.4.2 beta ## Introduction
Nibiru is a rapid prototyping framework written in PHP and based on the MVC design pattern. Now one may say that writing
@@ -20,6 +20,9 @@ Engine Implementation.
  • Dwoo template engine ( untested )
  • Twig template engine ( untested )
  • PDO adapter to the MySQL database
  • +
  • PDO adapter to the Postgress database
  • +
  • ODBC adapter to the Postgress database
  • +
  • Autogenerator for models corresponding to the database tables
    1. read datasets from a complete table
    2. read datasets by selection from a table
    3. @@ -117,7 +120,6 @@ Engine Implementation.
  • Add autoated class generator for MySQL database models
  • -

    Update

    Version 0.9.3 beta 09.11.2019

    - +

    Update

    +

    Version 0.9.4.2

    +

    TODO

    Still in progress for the next version