Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 10000 related content
  • Access error using alias

    Access without aliasing

    笑的承诺-雷 2018-07-29 11:19:15 0  2  1195

  • Alias ​​routing prompt parameter error

    think\Route::rule('add/:n/:m','index/demo/add'); This address is ok to access tp5.com/add/5/6. think\Route::alias('math','index/demo'); // Change to alias route and visit tp5.com/math/add

    电动小老虎 2017-11-16 20:10:58 0  1  1931

  • rewrite - What is the specific use of nginx alias?

    I've been looking at nginx recently, but I'm not sure what the specific use of alias is. Both root and rewrite can achieve it, why use alias? {Code...} In the above configuration, rewrite takes effect and meets my expectations. But there is a problem with alias.

    黄舟 2017-05-16 17:15:38 0  1  529

  • Error when using field alias

    Error when using field alias

    ma 2019-06-23 08:13:04 0  2  1289

  • An error is reported when using alias to fully qualify the name.

    think\Route::alias('php','\app\index\controller\Test');Using this code will report an error [8] ErrorException in App.php line 139 Undefined array index: var if I do not fully qualify the name If so think\Route::alias('php','index/

    Mayukiii733 2019-12-19 23:49:14 0  0  1244

  • thinkphp5 alias routing

    My code is the same as in the video. Why is it that when calling add with a math alias, only one parameter can only be used normally, and when setting parameters in the function, a default value needs to be set before it can be used, but why is it not set in the video? So how to solve

    人生如梦 2018-07-27 10:34:47 0  1  1164

  • How to set alias with parameters in git

    When setting alias in git, how to set the command with parameters? For example, I have the command: git log --all | grep "parameters". My existing alias method is: alog = log --all. When using it, it is: git alog | grep "parameters". I want to know if there is a better way. , you...

    PHP中文网 2017-06-07 09:23:40 0  2  1067

  • How thinkphp implements customization of url aliases

    The specific scenario is: when the cms system adds columns or news, you can customize the url alias, such as one of my urls: http://cms.evd.cc/listing/12.html. I want to make the following 12.html variable. , according to the English alias set by the user in the background, if I set it to test, it w...

    影清如梦 2019-02-23 11:16:49 0  4  2201

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved