tp5 프레임 워 크 기본 설정 및 로드

2151 단어 tp5
1. 홈 페이지http://www.thinkphp.cn/down.html
설치 후
기본 입구 public / index. php
2. 앞 배경 에 템 플 릿 파일 app 을 불 러 오 는 index / controller / Index. php 파일 의 index 방법 출력 을 설정 합 니 다.
*{ padding: 0; margin: 0; } .think_default_text{ padding: 4px 48px;} a{color:#2E5CD5;cursor: pointer;text-decoration: none} a:hover{text-decoration:underline; } body{ background: #fff; font-family: "Century Gothic","Microsoft yahei"; color: #333;font-size:18px} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.6em; font-size: 42px }

:)

ThinkPHP V5
- API

[ V5.0 칠 우 운 ]

 
3. 배경 화면 출력http://www.tp.com/public/index.php/admin/index
(http://www.tp.com/public/index.php/admin/index/index.html)
fetch()       ,     use think\Controller;
        //  (thinkphp/library/think/Controller.php      );   extends Controller
        return $this->fetch();
    }
}

 
2. 정적 자원 을 public / static 에 새 배경 디 렉 터 리 admin 과 프론트 디 렉 터 리 index 에 놓 습 니 다.각각 js / css / img 등 자원 파일 을 인용 합 니 다.
yuan
 

hou
 

 

좋은 웹페이지 즐겨찾기