yii는 어떻게 404를 반환합니까?

爱喝马黛茶的安东尼
풀어 주다: 2019-11-09 10:00:50
원래의
3105명이 탐색했습니다.

yii는 어떻게 404를 반환합니까?

1 먼저 yii 프레임워크의 frontendconfig 폴더로 이동하세요. 거기에 main.php 파일이 있습니다. 편집을 위해 열어서 컨트롤러 이름과 메소드 이름을 수정하세요.

yii는 어떻게 404를 반환합니까?

2. 컨트롤러 컨트롤러의 경우 컨트롤러 코드에 오류 메서드를 추가합니다.

yii는 어떻게 404를 반환합니까?

3. 마지막으로 V 레이어에서 뷰를 만듭니다(여기는 error.php입니다).

<?php
use yii\helpers\Html;
$this->title = $name;
$this->context->layout = false; //不使用布局,或者改为自己所需要使用的布局
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=gbk" />
    <title>这个.. 页面没有找到!!!_SJ5D.COM</title>
    <style type="text/css">
        body{ margin:0; padding:0; background:#efefef; font-family:Georgia, Times, Verdana, Geneva, Arial, 
        Helvetica, sans-serif; }
        div#mother{ margin:0 auto; width:943px; height:572px; position:relative; }
        div#errorBox{ background: url(/404_bg.png) no-repeat top left;width:943px; height:572px;margin:auto;}
        div#errorText{ color:#39351e; padding:146px 0 0 446px }
        div#errorText p{ width:303px; font-size:14px; line-height:26px; }
        div.link{ /*background:#f90;*/ height:50px; width:145px; float:left; }
        div#home{ margin:20px 0 0 444px;}
        div#contact{ margin:20px 0 0 25px;}
        h1{ font-size:40px; margin-bottom:35px; }
    </style>
</head>
<body>
<div id="mother">
    <div id="errorBox">
        <div id="errorText">
            <h1>Sorry..页面没有找到!</h1>
            <p>
                似乎你所寻找的网页已移动或丢失了。
            <p>或者也许你只是键入错误了一些东西。</p>
            请不要担心,这没事。如果该资源对你很重要,请与管理员联系。
            </p>
            <p>
                火星不太安全,我可以免费送你回地球
            </p>
        </div>
        <a href="http://www.baidu.com" title="返回SJ5D首页">
            <div class="link" id="home"></div>
        </a>
        <a href="http://www.aliyun.com" title="联系管理员">
            <div class="link" id="contact"></div>
        </a>
    </div>
</div>
</body>
</html>
로그인 후 복사

php 중국 웹사이트, 다수의 무료 yii 입문 튜토리얼, 온라인 학습을 환영합니다!

위 내용은 yii는 어떻게 404를 반환합니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿