Files
yii/demos/helloworld/index.php
2008-10-13 21:26:19 +00:00

7 lines
178 B
PHP

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