Version 0.7.0 beta - update for database functionality

This commit is contained in:
Stephan Kasdorf
2019-01-27 16:20:25 +01:00
parent a2bb8a2f48
commit 7bc5198d31
14 changed files with 1477 additions and 31 deletions

View File

@@ -32,6 +32,7 @@ dbmodel = "/../../application/model/"
module = "/../../application/module/"
interfaces = "/../../application/interfaces/"
trait = "/../../application/trait/"
entriesperpage = 4
background.img[] = "public/img/nibiru3.jpg"
smarty.css[] = "public/css/v3/roboto.css"
smarty.css[] = "public/css/v3/toolkit-inverse.css"
@@ -57,12 +58,24 @@ username = "YOURUSER"
password = "YOURPASSWORD"
hostname = "SERVERHOST"
basename = "DATABASENAME"
driver = "mysql"
port = "3306"
;;driver = "mysql"
;;port = "3306"
;;Postgres UNIXodbc
;;driver = "PSQL"
;;port = "5432"
;;readonly = "No"
driver = "psql"
port = "5432"
readonly = "No"
multithreading = 4
encoding = "UTF-8"
[GENERATOR]
odbc = false
database = true
database.overwrite = false
controller = true
config-section = "DATABASE"
folder-out = "/../../application/model/"
modeltemplate = "/../../application/settings/db/db.class.mask"
[SECURITY]
password_hash = "YOURPWHASH"