php - How to identify controller,view from url when using yii framework -


my questions how identify controller or view url?

for example in codeigniter url -localhost/projectname/controller/index can identify controller , function that. how can identify when using yii framework?

your url (if routing turned off):

www.example.com/index.php?r=controller/action 

if routing turned on, default this:

www.example.com/controller/action 

Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -