Pembinaan bahagian belakang pusat membeli-belah
请加QQ群374224296获取视频所需素材!
一.Perkenalkan thinkphp
Masukkan fail ke dalam folder direktori dan akses laluan.
2. Buat pengawal
route input http: //localhost/shop3/index.php/admin/index prompt
Mari buat pengawal
Buat di bawah Shop3applicationAdmincontroller
IndexController. class.php
<?php namespace Admin\Controller; use Think\Controller; class IndexController extends Controller { public function index() { $this->display(); } }
Buat folder Indeks di bawah ApplicationAdminView
Letakkannya ke dalam laman utama latar belakang index.html (sila pergi ke kumpulan rasmi untuk memuat turun templat)
http://localhost/shop3/Index.php/ Admin/index Masukkan gesaan laluan akses seperti yang ditunjukkan di bawah
Ini kerana laluan fail gaya belum diperkenalkan buat masa ini
shop3 direktori akar Simpan fail gaya
. ApplicationAdminViewIndexindex.html
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2014 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// 应用入口文件
// 检测PHP环境
if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !');
// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
define('APP_DEBUG',True);
// 定义应用目录
define('APP_PATH','./Application/');
//站点路径
define('SITE_URL','http://localhost/shop3/');
// 引入ThinkPHP入口文件
require './ThinkPHP/ThinkPHP.php';
// 亲^_^ 后面不需要任何代码了 就是如此简单
Persediaan belakang selesai