Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
20ddab94
authored
2018-03-11 15:26:34 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
fbc68e4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
application/controllers/Login.php
application/controllers/Work.php
application/controllers/Login.php
View file @
20ddab9
<?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
'
);
}
}
\ No newline at end of file
}
...
...
application/controllers/Work.php
0 → 100644
View file @
20ddab9
<?php
/**
* Created by PhpStorm.
* User: mac01
* Date: 2018/3/11
* Time: 下午3:25
*/
\ No newline at end of file
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment