Go to the source code of this file.
Data Structures | |
class | mediaRouter |
Media Router The Zigmoyd Shared Content Router. More... | |
Variables | |
$__Z__isRouter = true | |
This file is part of Zigmoyd PHP Framework. | |
$__Z__ContentPath = '' | |
if(!$GLOBALS['prjName']=url_segment(0)) if(!$contentType=url_segment(1)) if(!$filePath=url_segment(2)) | $filePath = '' |
$urlParts = url_segment() |
$__Z__ContentPath = '' |
$__Z__isRouter = true |
This file is part of Zigmoyd PHP Framework.
Copyright (C) 2008 Neel Basu (Sunanda Bose)
Zigmoyd PHP Framework is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Zigmoyd PHP Framework is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Zigmoyd PHP Framework. If not, see <http://www.gnu.org/licenses/>.
if (!$GLOBALS['prjName']=url_segment(0)) if (!$contentType=url_segment(1)) if (!$filePath=url_segment(2)) $filePath = '' |
Definition at line 32 of file rt.php.
Referenced by dumpTest(), rewriteMapParser::match(), rewriteMapParser::matchCurrentUrlPath(), and rewriteMapParser::parse().