. * * @copyright Copyright: 2009 Chunsheng Wang * @author Chunsheng Wang * @package ZenTaoMS * @version $Id$ */ ?> installed = true; //标志是否已经安装。 \$config->debug = true; //是否打开debug功能。运行没有问题之后,可以将其改为false。 \$config->requestType = '$requestType'; //如何获取当前请求的信息,可选值:PATH_INFO|GET。 \$config->db->host = '$dbHost'; //mysql主机。 \$config->db->port = '$dbPort'; //mysql主机端口号。 \$config->db->name = '$dbName'; //数据库名称。 \$config->db->user = '$dbUser'; //数据库用户名。 \$config->db->password = '$dbPassword'; //密码。 \$config->db->prefix = '$dbPrefix'; //表前缀。 \$config->webRoot = '{$this->post->webRoot}'; //web网站的根目录。如果后面pms的目录有变化,需要修改此选项。 \$config->default->domain = '$domain'; //默认域名。 EOT; } ?> install->error;?> install->pre, "onclick='javascript:history.back(-1)'");?> install->saveConfig;?> install->save2File, $this->app->getConfigRoot() . 'my.php'); echo html::a($this->createLink('install', 'step4'), $lang->install->next); ?>