![]() |
Izartu
0.0 Initial release
Web bookmark manager based on tags.
|
Site configuration file. More...
Go to the source code of this file.
Enumerations | |
| enum | PRI_DIR |
| enum | DB_HOST |
| enum | DB_USER |
| enum | DB_PASS |
| enum | DB_NAME |
| enum | DB_TYPE |
| enum | DB_PORT |
| enum | PREFIX |
| enum | DEBUG |
Site configuration file.
Definition in file config.php.
| enum DB_HOST |
Host where database is located. 'localhost' by default.
Definition at line 36 of file config.php.
| enum DB_NAME |
Name of the database.
Definition at line 39 of file config.php.
| enum DB_PASS |
Password of the database.
Definition at line 38 of file config.php.
| enum DB_PORT |
Port of the database. 3306 (MySQL default port). At this moment 3306 is the unique port number allowed.
Definition at line 51 of file config.php.
| enum DB_TYPE |
Database type. At this moment 'MySQL' is the unique option allowed. 'MySQL' by default.
Definition at line 50 of file config.php.
| enum DB_USER |
User of the database.
Definition at line 37 of file config.php.
| enum DEBUG |
Activate (TRUE) or deactivate (FALSE) the debug mode. In real environment ALWAYS DEACTIVATED.
Definition at line 65 of file config.php.
| enum PREFIX |
Database tables prefix. For example:
define('PREFIX', 'i_');
. FALSE (none) by default.
Definition at line 56 of file config.php.
| enum PRI_DIR |
'private/' directory location (and name, ending with '/'). Absolute or relative path to this configuration file (config.php). The absolute path is best for performance.
Definition at line 29 of file config.php.
1.7.6.1