-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALLATION
45 lines (26 loc) · 1.03 KB
/
INSTALLATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
================================================================================
I N S T A L L A T I O N
yafyaf - yet another framework
by Andreas Bourakis <[email protected]>
omicro.net (c) 2012
================================================================================
Configuration
-------------
The config.php is in array mode containing the sections below.You can find it
in directory "protected/configs/config.php". The database schema is at
"PROJECT_FILES/yaf_blog.sql" direcotry.
mode:
defining the working mode. Under development you could use DEBUG. In
production mode use NORMAL.
name:
declare the name of the project.
default_controller:
The name of default controller to be loaded.
modules:
declare the modules to be loaded.
libs:
declare the libs to be loaded
lang:
the languages to be used.
db:
Details for database connection.