After unpacking the yii-1.1.13.e9e4a0.zip file into the C:\Program Files\Zend\Apache2\htdocs directory I had notice the hello world sample in the demos directory:
C:\Program Files\Zend\Apache2\htdocs\yii\demos\helloworld
I lunch it using :
http://localhost/yii/demos/helloworld/index.php
And Walla :
The code is very trivial:
The index.php file that inits the Yii bootstrap
and create and run the web application
1: <?php
2:3: // include Yii bootstrap file
4: require_once(dirname(__FILE__).'/../../framework/yii.php');5:6: // create a Web application instance and run
7: Yii::createWebApplication()->run();
The controller :SiteController.php that override the default actionIndex method
אין תגובות:
הוסף רשומת תגובה