资源大全_资源网 登录

首页  php  jsp  js  java  python  .net  H5  asp  易语言  C#   jQuery  游戏  微信小程序  插件

您当前的位置:首页 > php

route.class.php 最简单轻量的url路由,支持正反向url解析

2021-01-21 17:16:17  35资源网(www.35d.net)
  php
下载本资源原文网址:http://www.daima.org/php/php3725.html

最简单轻量的php url路由,支持正反向解析,如果亲正在组建自己的框架或者工具库可以考虑。仓鼠出品,必优.

[code]
<?php
require_once __DIR__ . '/route.class.php';

function index_init()
{
    error_reporting(E_ALL | E_STRICT);
    header("Content-Type: text/html;charset=utf-8");

    $arr = array(
            '/index.html',
            '/student/index.html',
            '/student/user/index.html',
            '/student/user/role/index///.html',

            '/index.xml',
            '/student/index.xml',
            '/student/user/index.xml',
            '/student/user/role/index///.xml',

            '/index.jsonp',
            '/student/index.jsonp',
            '/student/user/index.jsonp',
            '/student/user/role/index.jsonp',

            '/index.json',
            '/student/index.json',
            '/student/user/index.json',
            '/student/user/role/index.jsonp',

        );

    foreach( $arr as $t )
    {
        Route::parse_url($t);
        prety_printr($_GET);
        $route_key = $_GET['q:route'];
        unset($_GET['q:route']);
        prety_printr( Route::rewrite_url($route_key, $_GET));
    }

    echo __FILE__;
    EXIT;
}


function prety_printr($vars, $label = '', $return = false)
{
    $content = "<pre>/n";
    if ($label != '') {
        $content .= "<strong>{$label} :</strong>/n";
    }
    $content .= htmlspecialchars(print_r($vars, true),ENT_COMPAT | ENT_IGNORE);
    $content .= "/n</pre>/n";

    if ($return) { return $content; }
    echo $content;
}

index_init();
[/code]

下载地址: [ 下载地址1 ]  消耗积分:0分  [ 下载地址2 ]  消耗积分:0分
[ 下载地址3 ]  消耗积分:0分    
网盘密码 (密码:)
骑士cms人才系统74cms v3.5.2_20150408 免费正式版
Demila数字内容交易系统 php版 v1.0
赞助
相关代码
    无相关信息
最新代码
栏目热门
Tags: 微信小程序 源码 源码下载 HTML5游戏 92Game 整站源码 PHP 商业版 帝国CMS cms 完整版 网站源码 织梦模板 织梦 wordpress插件 下载 最新 html5源码 微信小程序源码 帝国CMS内核 带后台 微信公众号 DEDECMS HTML5 完整源码 微信 自动采集 完整版源码 ecshop 源代码 Thinkphp dede织梦模板 PHP+MYSQL 小程序 小程序源码 DESTOON6.0 搜客淘宝客 淘宝客 更新包合集 带手机版 整站 手机版 完整运营版 游戏 92 92kaifa 完整商业版源码 管理系统 dedecms模板 织梦CMS内核 带数据 电影网站 系统 多城市 生成静态 免费下载 一键安装版 系统源码 多多淘宝客 同步包
资源大全_资源下载网站:www.35d.net    本站资源仅限研究学习使用,如需商用请联系版权方,     本站事务联系QQ:939804642