20ddab94 by yangjianbin

init

1 parent fbc68e4c
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Login extends CI_Controller {
class Work extends CI_Controller {
/**
* 控制台默认页面
*/
public function index()
{
$this->load->view('login');
$this->load->view('work/index');
}
}
......
<?php
/**
* Created by PhpStorm.
* User: mac01
* Date: 2018/3/11
* Time: 下午3:25
*/
\ 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!