风景,因走过而美丽。命运,因努力而精彩。南国园内看夭红,溪畔临风血艳浓。如果回到年少时光,那间学堂,我愿依靠在你身旁,陪你欣赏古人的诗章,往后的夕阳。
本文实例讲述了Yii2针对指定url的生成及图片等的引入方法。分享给大家供大家参考,具体如下:
// /index?r=site/index echo Url::to(['site/index']); // /index?r=site/index&src=ref1#name echo Url::to(['site/index', 'src' => 'ref1', '#' => 'name']); // the currently requested URL echo Url::to(); // /images/logo.gif echo Url::to('@web/images/logo.gif'); // images/logo.gif echo Url::to('images/logo.gif'); // http://www.example.com/images/logo.gif echo Url::to('@web/images/logo.gif', true); // https://www.example.com/images/logo.gif echo Url::to('@web/images/logo.gif', 'https'); // /index?r=site/index echo Url::toRoute('site/index'); // /index?r=site/index&src=ref1#name echo Url::toRoute(['site/index', 'src' => 'ref1', '#' => 'name']); // http://www.example.com/index.php?r=site/index echo Url::toRoute('site/index', true); // https://www.example.com/index.php?r=site/index echo Url::toRoute('site/index', 'https'); echo Yii::$app->urlManager->createUrl('site/index')
希望本文所述对大家基于Yii框架的PHP程序设计有所帮助。
以上就是Yii2针对指定url的生成及图片等的引入方法小结。高尚的理想是人生的指路明灯。有了它,生活就有了方向;有了它,内心就感到充实。我的理想是………为了这个理想,我会努力奋斗,迈开坚定的步伐,走向既定的目标吧!更多关于Yii2针对指定url的生成及图片等的引入方法小结请关注haodaima.com其它相关文章!