setup.txt

来自「zapatec suite 最新版 20070204,非常棒的ajax widg」· 文本 代码 · 共 3 行

TXT
3
字号
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 + =
减小字号Ctrl + -
显示快捷键?