YI ??? ??? ??? ?? ??? ? ??????? ????? ??? MVC ????? ?????? PHP ??? ?????. MVC ???? : ??? ??, ??? ????? ? ???? ??? ?????. URL ??? : URL? ???? ? ??? ??????. ?????? ?? : ActiveRecord ??? ?? ?????? ?? ??? ??????. ?? ?? : ?? ?? ? ?? ??? ?????. ?? ? : ??? ?? ??? ??? ?? ? ? ????.
YI ??? ?? ?? ????
????
Yi? PHP? ?????? ??? ?? ??? MVC ??? ?????. ??? ? ??????? ???? ? ??? ??? ??? ?? ??? ?????.
????
- ?? YI ??? ????????.
- ??? ?? ? ?? ??? ??????.
- ??????? ???? ?? ???? ?????.
-
settings.php
???? ?????? ?? ??? ??????.
??,??, ???? (MVC)
Yi? MVC ????? ?????.
- ?? : ?? ????? ???? ??? ??.
- ?? : ??? ????? ???? ?????.
- ???? : ?? ? ? ? ???? ??? ??? ?????.
???
Yi URL ??? ???? ???? URL? ???? ? ??? ?????. ?? ??, http://example.com/post/create
PostController
? create
??? ?????.
?????? ??
Yi? ?????? ??? ????? activerecord ??? ?????. ?? ???? ???? save()
, find()
? ?? ?????? ?? ?? ??? ???????.
?? ??
Yi? ?? ?? ? ?? ??? ?????. FormModel
???? ???? ?? ??? ?? ???? ?? ? ? ????.
??
??? ?? ??? ??? Yi? ?? ? ? ????. ??? ??? ??? ????? ??? ?? ?? ??? ??? ? ????.
- ? ???? ?? ??? ??????
- ?? ? ?? ???
- ??? ?? ??? ????
?
??? ??? ??? ?? ????? ???? ????.
<code class="php">// 模型class Post extends \yii\db\ActiveRecord { } // 控制器class PostController extends \yii\web\Controller { public function actionCreate() { $post = new Post(); if ($post->load(Yii::$app->request->post()) && $post->save()) { return $this->redirect(['index']); } return $this->render('create', ['post' => $post]); } } // 視圖echo $this->render('post/create', ['post' => $post]);</code>
? ?? ??
YI ??? ??? ?? ??? ??? ?? ??? ?????? : https://www.yiiframework.com/doc/guide/2.0/en/index.html
? ??? YI ??? ?? ?? ??? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

Laravel? MVC ????? ??? ??, ??? ????? ? ?? ??? ?? ???? ??, ? ? ????? ?????. 1) ??? ??? ??? ?????? ??? ??? ????. 2) UserController? ??, ?? ? ??? ??? ???? ??? ??? ?????. 3)??? ???? ???? ???? ??? ???? ?????. ? ????? ?? ???? ?? ??? ??????.

yiiassetbundlesorganizeangeangeangeangeangeanagewebassetslikecss, javaScript, andimagesinayiiApplication.1

MVC ??? ???? ?? ????? ????? ?? ???? ?????? ??? ?? ??? ?????. ????? ?? ??? ???? ??? ????? ??? ??? ??? ????? ??? ???? ????. 1.?? ??? ???? ???? ?????? ??????. ?? ??, ???? Postscontroller? ?? ?? ?????? ??? Views/Posts/show.html.erb ?? views/posts/show.cshtml??????. 2. ?? ? ???? ???? ?? ? view ( 'posts.custom_template')?? Render'Custom_template '? ?? ??? ???? ??????.

YII ??? ??? ??????? ???? ???? ?? ActiveRecord ??? ?? ?????. 1. ? ???? ????? ??? ?????, ???????? ???? ?? ???????. 2. ???? ??????? ???? ?? ?? ???? ???????. 3. ?? ??? load () ???? ???? ?? ?? ??? ?? ()? ????????. 4. ?? ???? ??? ?? ???? ???? ?? ????? ???????. ?? ???? ??? ?????. ??? ??????? Load ()? ???? ???, Validate () Verification? ???? Save () ???? ?????. ???? ? ?, ?? ???? ?? ?? ?? ?????. ??? ??? ???? ?? ??? ???????. ?? ??? ??? ?? BeginTran? ???????

TO TOREABASICROUTEINYII, FIRSTEPACONTROLLERBYPLACINGITINTECONTROLLERSDIRECTORYWITHPROPENAMINAMINAMINAMINAMINAMINATDEFINITIONEPTENDENDINGYII \ WEB \ CONTROLLER.1) CREATEANCACTIONSTATRINGWITH "ACTION"

YII?? ??? ?? ??? ???? ??? ????? ???? ???? ???? ???? ???? ????? ?? ??? ???? ????. ?? ?? ??? ?? ???? ????? ?? ?????? JSON? ??????. ????? ??? ??? ?? ??? ?????. ?? ???? ??? ?????. 1. ???? ???? ????. 2. ??? ????? ??????. 3. URL ?? ????? ? ????. 4. ?? ??, ??? ?? ??, ???? ?? ?? ???? ???; 5. AccessControl ?? ?? ?? ??? ???? ???? ??????. ?? ??, ActionProfile ($ id)? /site /profile? id = 123? ?? ????? ??? ??? ???? ??? ? ? ????. ?? ??????

ayiidevelopercraftswebapplicationsingtheyiiiframework, ?? ?? Killsinphp, yii-specificknowledge ? webdevelopmentlifecyclemanagement.keySponsibilitiesInclude : 1) WritingEfficientCodetOptimizeperFormance, 2) poploitizingsecurityTopectAppplications,

touseactivercordinyifeffectively, ??? ??? ??? createamodelclassforeachtableandinteractwiththeabaseusingobject-orientedmethods.first, defineamodelclasseptendingyii \ db \ activerecordandspecorrecorrespecorrespectecorrespectedtablenaMeAblename ()
