Files
yii/demos/helloworld/index.php
qiang.xue 2aff7563ba
2008-10-02 11:50:17 +00:00

7 lines
184 B
PHP

<?php
// include Yii bootstrap file
require_once(dirname(__FILE__).'/../../framework/yii.php');
// create a Web application instance and run
Yii::createWebApplication()->run();