cách phân tích url yii2 framework

http://localhost/test2/web/index.php?r=site/about

[http://localhost/test2/web]=  đây là thư mục của site.
[ r=site ]= thì site ở đây là control tên là sitecontroller thường nằm trong thư mục control.
"about" la action nằm trong thư mục web/view/site.

Nhận xét