Yii2中系统定义的常用路径别名,如果获取web的url
Posted 伪土豪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Yii2中系统定义的常用路径别名,如果获取web的url相关的知识,希望对你有一定的参考价值。
下面这些别名都是在Yii2里面系统定义的,可以直接拿来就用
- ‘@yii‘ =>
- ‘@yii/swiftmailer‘ => string ‘C:\wamp\www\advanced\vendor/yiisoft/yii2-swiftmailer‘ (length=52)
- ‘@yii/gii‘ => string ‘C:\wamp\www\advanced\vendor/yiisoft/yii2-gii‘ (length=44)
- ‘@yii/faker‘ => string ‘C:\wamp\www\advanced\vendor/yiisoft/yii2-faker‘ (length=46)
- ‘@yii/debug‘ => string ‘C:\wamp\www\advanced\vendor/yiisoft/yii2-debug‘ (length=46)
- ‘@yii/codeception‘ => string ‘C:\wamp\www\advanced\vendor/yiisoft/yii2-codeception‘ (length=52)
- ‘@yii/bootstrap‘ => string ‘C:\wamp\www\advanced\vendor/yiisoft/yii2-bootstrap‘ (length=50)
- ‘@yii‘ => string ‘C:\wamp\www\advanced\vendor\yiisoft\yii2‘ (length=40)
- ‘@app‘ => string ‘C:\wamp\www\advanced\frontend‘ (length=29)
- ‘@vendor‘ => string ‘C:\wamp\www\advanced/vendor‘ (length=27)
- ‘@bower‘ => string ‘C:\wamp\www\advanced/vendor\bower‘ (length=33)
- ‘@npm‘ => string ‘C:\wamp\www\advanced/vendor\npm‘ (length=31)
- ‘@runtime‘ => string ‘C:\wamp\www\advanced\frontend\runtime‘ (length=37)
- ‘@webroot‘ => string ‘C:/wamp/www/advanced/frontend/web‘ (length=33)
- ‘@web‘ => string ‘/advanced/frontend/web‘ (length=22)
其中最常用的别名有
- @app
- @vendor
- @runtime
- @webroot
- @web
而且可以看到除了@web别名是url外,其它的都是物理路径
http://yiifans.com/forum.php?mod=viewthread&tid=9578&extra=
以上是关于Yii2中系统定义的常用路径别名,如果获取web的url的主要内容,如果未能解决你的问题,请参考以下文章