init
Showing
7 changed files
with
90 additions
and
13 deletions
application/controllers/Data.php
0 → 100644
application/controllers/Finance.php
0 → 100644
application/controllers/Loan.php
0 → 100644
| 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 Work extends CI_Controller { | 4 | class Login extends CI_Controller { |
| 5 | |||
| 6 | /** | ||
| 7 | * 控制台默认页面 | ||
| 8 | */ | ||
| 9 | public function index() | 5 | public function index() |
| 10 | { | 6 | { |
| 11 | $this->load->view('work/index'); | 7 | $this->load->view('login'); |
| 12 | } | 8 | } |
| 13 | |||
| 14 | |||
| 15 | } | 9 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
application/controllers/Perm.php
0 → 100644
application/controllers/User.php
0 → 100644
| 1 | <?php | 1 | <?php |
| 2 | /** | 2 | defined('BASEPATH') OR exit('No direct script access allowed'); |
| 3 | * Created by PhpStorm. | 3 | |
| 4 | * User: mac01 | 4 | class Work extends CI_Controller { |
| 5 | * Date: 2018/3/11 | 5 | |
| 6 | * Time: 下午3:25 | 6 | /** |
| 7 | * 控制台默认页面 | ||
| 7 | */ | 8 | */ |
| 9 | public function index() | ||
| 10 | { | ||
| 11 | $this->load->view('work/index'); | ||
| 12 | } | ||
| 13 | |||
| 14 | |||
| 15 | } | ... | ... |
-
Please register or sign in to post a comment