forked from wizardspro/anticramsms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHRTMS_coding_style.php
More file actions
54 lines (46 loc) · 1.29 KB
/
HRTMS_coding_style.php
File metadata and controls
54 lines (46 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
/**
*---------------------------------------------------------------
* Human Resource Training and Management System (HRTMS) for AMI
*---------------------------------------------------------------
*
* An thesis project that allows AMI to get a jumpstart in managing
* their application, training and deployment processes.
*
* VERSION 3.0:
* Every line of codes are re-thought, re-designed and re-developed
* to increase the reliability and performance of this application.
*
* @package HRTMS Version 3.0
* @subpackage Controllers
* @category Employee Controllers
* @author HRTMS Dev Team
* @copyright You have the right to copy (c) 2012-2013
* @license Wait. What?
* @link http://www.github.com/jemnuine/HRTMS
* @since Version 1.0
* @why? RD
* @feels :(
* @filesource
*/
/**
* Employee Login Class
*
* @category Controllers
* @author Leo Jeremiah Vicente
* Niel Pio Lozano
*/
class Class_name extends CI_Controller {
/**
* Client Login
*
* @access public
* @param
* @return void
*/
function index() {
}
// --------------------------------------------------------------------
}
/* End of file login.php */
/* Location: ./application/controllers/employee/login.php */