20ddab94 by yangjianbin

init

1 parent fbc68e4c
1 <?php 1 <?php
2 defined('BASEPATH') OR exit('No direct script access allowed'); 2 defined('BASEPATH') OR exit('No direct script access allowed');
3 3
4 class Login extends CI_Controller { 4 class Work extends CI_Controller {
5
6 /**
7 * 控制台默认页面
8 */
5 public function index() 9 public function index()
6 { 10 {
7 $this->load->view('login'); 11 $this->load->view('work/index');
8 } 12 }
13
14
9 } 15 }
......
1 <?php
2 /**
3 * Created by PhpStorm.
4 * User: mac01
5 * Date: 2018/3/11
6 * Time: 下午3:25
7 */
...\ No newline at end of file ...\ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!