📄 setup.txt
字号:
1. Create a database calendar_dates and execute dates-1.sql and user-1.sql(reserved for future use, not needed for now) to create two tables (with sample data).2. Look into the config.php file and notice the variables, such as $server_root(path to THIS folder on your server), $table (table where you events are stored, it is mostly called "dates" if you used our sql file), $dsn (DSN path to your database system, "$driver://$username:$password@hostname/$database"), $ado_lib_root(path to ADO library, in this suite it is stored in the contacts demo folder which is the default setting).3. Enjoy the benefits of using our products :-)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -