1. yii1? yii2? ??? ?????
yii1:
Yii::app()
yii2:
Yii::$app
2 ????? ??? ?? ???
?: ???? ?? ??? UserGroupController.php
???. actionIndex
( ?? ????: yii Framework)
yii1:
index.php?r=userGroup/index&page=1
yii2:
index.php?r=user-group/index&page=1
? ?? ?? ????? ?????. ??? user-group?? ???? ???. Database ?? ?????? ??
?? ??, user_id
yii1 :
User::model()->find('user_id=:user_id',[':user_id'=>$user_id]);yii2 :
User::find()->where('user_id=:user_id',[':user_id'=>$user_id])->one();query ?? ??? :
yii1 :
rUser::model()->findAll('status=:status',[':staus'=>$status]);
yii2 :
User::find()->where('status=:status',[':staus'=>$status])->all();
in addud, yii2? ??????. asArray() ???? ???? ?? ?? ??? ?????.
User::find()->where('status=:status',[':staus'=>$status])->asArray()->all();
? ?? ????? ?? ??? ??? PHP ??? ????? ????? ?? ??? ?????!
? ??? yii1? yii2? ???? ?? ?????. ??? ??? 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)

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

Ayiideveloper'skeyErsponsibilitiesIngindingandimplementingFeatures, ApplicationSecurity, ? ??? ? ??? ???? QualificationSneedeDareastronggraspofpp, Experience-EndTechnologies, DatabasemanagementsKills ? Problem-Solvingabi

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 ()

?? ??? ????, ?? ??? ??? ?????, ?????? ??? ????, ??? ??? ???? ????? YII?? ?? ???? ?? ? ? ????. ?? ??? ??? ????. 1. filetarget ?? dbtarget? ?? ?? ???? ?? ?? ??? ???? ??? '??'?? ?????. 2. yii :: info () ?? yii :: ?? ()? ???? ??? ???? ??? ????? (? : ??? ?? ? ???? ???)? ??? ?; 3. ????? ?? ? ??? ?? ??????? ??? ???? ?? ???? ???? ?? ??? ?? ??? ???????. 4. ???? ??? ?? ? ? ?? ?? ??? ?? ??? ???? ???? ??? ???? ??? ???? IP ? ??? ??? ?? ? ? ????. 5

YII? AssetBundles? ???? ?? CSS ? JS ??? ???? ?? ?????. PHP ???? ?? ?? ??? ??? ???? ???? ???, ?? ? ??? ?????. 1. ??? ???? CSS, JS ? ?? ???? ???? ???? ???? ? ???? PHP ??????. 2. ? ?? ????? ??? ???? ???? HTML ??? ???? ?????. 3. ??? ?? ?? ??? ??? ?? ?? ??? ???? ??? ?? ? ? ????. 4. ??? ??? ????? ?/CSS ? ?/JS? ???? ??? ??? ?? ? ? ????. 5. AssetManager ??? ???? ?? ???? ???? ?? ??? ???? ???? ?? ??? ??????. ?? ???? ???? ???? ???? ?? ??? ? ?? ???? ???? ? ????.

YII?? ????? ??? ??, ??? ?? ? ??? ?? ???? ?? ???? ??? ?????. ????? ?? ???? ??? ?????. ① http ?? ??; data ???? ??? ???? ?? ??? ?? ?????. dase ???? ???? ??? ?? ?????. processing ?? ?? ??; HTML, JSON ?? ???? ?? ??. YII ????? ????? yii \ web \ ?????? ???? ? ?? ???? URL? ?? ??? ? ??? ??? ?????. ?? ??, http://example.com/site/index? ???? sitecontroller? actionIndex () ???? ?????. ???? ???? ?? ??, ?? ?? ? ???? ?????.
