PHP class for handling nice and neat URLs such as http://www.huiff.com/archives/136
Release: 2016-07-25 08:50:10
Original
972 people have browsed it
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 of this Website
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
Latest Articles by Author
-
2024-10-22 09:46:29
-
2024-10-13 13:53:41
-
2024-10-12 12:15:51
-
2024-10-11 22:47:31
-
2024-10-11 19:36:51
-
2024-10-11 15:50:41
-
2024-10-11 15:07:41
-
2024-10-11 14:21:21
-
2024-10-11 12:59:11
-
2024-10-11 12:17:31