Yii2.0 study notes: the first page Saying Hello
Nov 16, 2016 am 10:24 AMController目錄下創(chuàng)建TestController.php
Copy the code below, yii is the same as tp, with full namespace
<?php namespace app\controllers; use yii\web\Controller; class SiteController extends Controller { // ...existing code... public function actionSay($message = 'Hello World') { return $this->render('say', ['message' => $message]); } }
Create a test folder in the view folder and create say.php under the folder
Copy the following code to say.php
<?<span style="color: #000000;">php use yii\helpers\Html; </span>?> <?= Html::encode($message) ?>
Visit your first page, url/basic/web/index.php?r=test%2Fsay, test is the controller and say is the method
Note, the header file comes with it, we will introduce how to modify it later.

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)