6515996f87
Role, Employee, Department, Degree, Semester, Subject, Faculty Edit Completed
14 lines
204 B
PHP
14 lines
204 B
PHP
<?php
|
|
if (!defined('BASEPATH'))
|
|
exit('No direct script access allowed');
|
|
|
|
class Department_model extends CI_Model {
|
|
|
|
public function __construct() {
|
|
parent::__construct();
|
|
}
|
|
|
|
|
|
|
|
}
|