Home  >  Article  >  Backend Development  >  PHP class for handling nice and neat URLs such as http://www.huiff.com/archives/136

PHP class for handling nice and neat URLs such as http://www.huiff.com/archives/136

WBOY
WBOYOriginal
2016-07-25 08:50:10922browse
It avoids the disadvantage of using txt.php?page=** to pass parameters, because that is not friendly to search engines. Use / to separate parameters, which is beautiful and easy for search engines to crawl!
Example: http://www.huiff.com/RequestPath.class.php/edit/trackbacks/page/2/flag/4

action use $url->__get('action'); to get
type use $ url->__get('type'); Get
(the above two are the default)
The remaining parameters, the first one is the parameter name, the last one is the parameter value
The value of $url->__get('page') is 2 The value of
url->__get('flag') is 4

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn