Home > Backend Development > PHP Tutorial > 这句是什么意思?小弟我在cakephp中看到的

这句是什么意思?小弟我在cakephp中看到的

WBOY
Release: 2016-06-13 13:50:34
Original
782 people have browsed it

这句是什么意思?我在cakephp中看到的?

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
    if (isset($_GET['url']) && $_GET['url'] === 'favicon.ico') {
        return;
    } else {
        $Dispatcher = new Dispatcher();
        $Dispatcher->dispatch();
    }

Copy after login


------解决方案--------------------
你直接在cake的目录下跟参数favicon.ico就直接显示cake的图标了。作用不大,可以忽略。
Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template