Edited readme
This commit is contained in:
parent
8fff8a2df2
commit
3354364d5e
@ -0,0 +1,3 @@
|
|||||||
|
miniMVC is a php framework based on javascript-like objects.
|
||||||
|
|
||||||
|
It is currently pre-alpha. Features are still being built-out.
|
5
app/config/config.php
Normal file
5
app/config/config.php
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
$config = array(
|
||||||
|
|
||||||
|
);
|
13
app/config/db.php
Normal file
13
app/config/db.php
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
$db_conf = array(
|
||||||
|
'default' => array(
|
||||||
|
'type' => '',
|
||||||
|
'host' => '',
|
||||||
|
'user' => '',
|
||||||
|
'pass' => '',
|
||||||
|
'db' => '',
|
||||||
|
'prefix' => '',
|
||||||
|
'persist' => '',
|
||||||
|
),
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user