ホームページ > バックエンド開発 > PHPチュートリアル > たった 2K http://code.google.com/p/qserouter/ で構成可能な PHP URL ルーターを構築しました

たった 2K http://code.google.com/p/qserouter/ で構成可能な PHP URL ルーターを構築しました

WBOY
リリース: 2016-06-13 13:16:51
オリジナル
900 人が閲覧しました

わずか 2K の構成可能な PHP URL ルーティングを構築しました http://code.google.com/p/qserouter/

地址: http://code.google.com/p/qserouter/ 上午刚刚建的 :-)


<?php
require 'router.php';

function dump($vars, $label = '', $return = false)
{
    if (ini_get('html_errors')) {
        $content = "<pre class="brush:php;toolbar:false">\n";
        if ($label != '') {
            $content .= "<strong>{$label} :</strong>\n";
        }
        $content .= htmlspecialchars(print_r($vars, true));
        $content .= "\n
\n"; } else { $content = $label . " :\n" . print_r($vars, true); } if ($return) { return $content; } echo $content; return null; } $routes = new Router(require('mapping.php')); $testarr = array( '/', '/abc', '/abc/d', '/books/13', '/books/13/java', '/admin', '/admin/', '/admin/abc', '/admin/abc/d', ); foreach ($testarr as $item){ dump($routes->filter($_GET,$item),$item); } ?>
ログイン後にコピー

1階 vb2005xu 2012-06-09
http://www.clearbox.hu/index_en.html#4 非常に優れたライトボックス効果

2階 vb2005xu 2012-06-09
http://graphicdesignjunction.com/2011/09/25-latest-jquery-plugins/ jquery 拡張機能

3階 vb2005xu 2012-06-09
http://www.qwrap.com/download.html Baidu の JS フロントエンド フレームワーク

4階 vb2005xu 2012-06-11
http://www.appelsiini.net/projects/viewport

5階 vb2005xu 2012-06-11
http://taffydb.com/

6階 vb2005xu 2012-06-11
http://www.gantry-framework.org/

7階 vb2005xu 2012-06-13
http://www.pjhome.net/default.asp?cateID=1
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート