怎样知道yii框架安装配置成功
2个回答
2016-08-31
展开全部
工具/原料
Yii
PhpStudy
方法/步骤
下载yii,打开yii官网,找到你要下载的内容
再安装php环境,这里列出我用的PHPstudy.图中介绍安装
下载完的yii放在www文件夹下
4
打开\framework下面 yiic.bat运行这个文件创建的应用,或者 在www目录下新建index.php 其内容:
<?php
// change the following paths if necessary
$yii=dirname(__FILE__).'/framework/yii.php';
$config=dirname(__FILE__).'/protected/config/main.php';
// remove the following line when in production mode
// defined('YII_DEBUG') or define('YII_DEBUG',true);
require_once($yii);
Yii::createWebApplication($config)->run();
?>
加载框架
打开 :http://localhost/ 本地浏览就可以看到你安装成功了
Yii
PhpStudy
方法/步骤
下载yii,打开yii官网,找到你要下载的内容
再安装php环境,这里列出我用的PHPstudy.图中介绍安装
下载完的yii放在www文件夹下
4
打开\framework下面 yiic.bat运行这个文件创建的应用,或者 在www目录下新建index.php 其内容:
<?php
// change the following paths if necessary
$yii=dirname(__FILE__).'/framework/yii.php';
$config=dirname(__FILE__).'/protected/config/main.php';
// remove the following line when in production mode
// defined('YII_DEBUG') or define('YII_DEBUG',true);
require_once($yii);
Yii::createWebApplication($config)->run();
?>
加载框架
打开 :http://localhost/ 本地浏览就可以看到你安装成功了
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询