REFACTORING: updated the base template with some examples, also added annotations for autocomplete in the core view and controller core.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"navigation" :
|
||||
{
|
||||
"Home": { "link": "/", "tooltip": "Home", "icon": "icon icon-home", "footer": "false" }
|
||||
"Home": { "link": "/", "tooltip": "Home", "icon": "icon icon-home", "footer": "false" },
|
||||
"Controller": { "link": "/controller", "tooltip": "Controller", "icon": "icon icon-pencil", "footer": "false" },
|
||||
"Forms": { "link": "/forms", "tooltip": "Forms", "icon": "icon icon-clipboard", "footer": "false" }
|
||||
}
|
||||
}
|
||||
@@ -36,7 +36,7 @@ smarty.css[] = "public/css/v3/toolkit-inverse.css"
|
||||
smarty.css[] = "public/css/v3/application.css"
|
||||
smarty.css[] = "public/css/v3/jquery-ui.css"
|
||||
smarty.css[] = "public/css/v3/nibiru-debug.css"
|
||||
smarty.css[] = "public/css/v3/tiamat-form.css"
|
||||
;;smarty.css[] = "public/css/v3/tiamat-form.css"
|
||||
smarty.js[] = "public/js/v3/jquery.min.js"
|
||||
smarty.js[] = "public/js/v3/tether.min.js"
|
||||
smarty.js[] = "public/js/v3/jquery-ui.js"
|
||||
@@ -48,7 +48,8 @@ smarty.js[] = "public/js/v3/nibiru-debug.js"
|
||||
|
||||
[ROUTING]
|
||||
route[index] = "/"
|
||||
route[example] = "/example"
|
||||
route[controller] = "/controller"
|
||||
route[forms] = "/forms"
|
||||
|
||||
[DATABASE]
|
||||
username = "YOURUSER"
|
||||
|
||||
Reference in New Issue
Block a user