Version 0.9.5 beta - update for database functionality, updated the db.class.mask, and the mysql autogeneration for files.

This commit is contained in:
Stephan Kasdorf
2019-12-29 20:28:19 +01:00
parent e655936d3f
commit 6010342ad6
4 changed files with 32 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# Nibiru
### Rapid Prototyping PHP Framework
Version 0.9.4.2 beta
Version 0.9.5 beta
## Introduction
<div style="word-spacing: 2px; letter-spacing: 0.1px; font-size: 12px; margin-bottom: 15px;">Nibiru is a rapid prototyping framework written in PHP and based on the MVC design pattern. Now one may say that writing <br>
@@ -127,7 +127,6 @@ Engine Implementation.</div>
<li>Updated the annotations for better autocompletion</li>
<li>removed the Twig and Dwoo engines, they are not needed anymore</li>
</ul>
<h1>Update</h1>
<p>Version 0.9.4.3</p>
<ul>
<li>Database is.active switch in the configuration file</li>
@@ -143,6 +142,19 @@ Engine Implementation.</div>
<li>soap interface to a given SOAP server (canceled, not needed to old)</li>
<li>bitcoin api, and payment gateway</li>
</ul>
<h1>Update</h1>
<p>Version 0.9.5</p>
<ul>
<li>Added Autogenerator for database tables</li>
<li>Fixed some minor bug in the db.class.mask</li>
</ul>
<h1>TODO</h1>
<p>Still in progress for the next version</p>
<ul>
<li>framework documentation</li>
<li>class documentation</li>
<li>bitcoin api, and payment gateway</li>
</ul>
<div style="word-spacing: 2px; letter-spacing: 0.1px; font-size: 15px; margin-bottom: 15px;">The start is done, have success with PHP prototyping, and always remember to have fun!</div>
Author: Stephan Kasdorf<br><br>