source: pro-violet-viettel/www/deploy/20150304/application/modules/admin/models/adminrole_model.php @ 780

Last change on this file since 780 was 780, checked in by dungnv, 10 years ago
File size: 268 bytes
Line 
1<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2
3class Adminrole_model extends MY_Model
4{
5       
6        protected $table_name = 'tbladminrole';
7        protected $id_name = 'role_id';
8
9        function __construct()
10        {
11                parent::__construct();
12        }
13       
14}
Note: See TracBrowser for help on using the repository browser.