source: pro-violet-viettel/sourcecode/application/models/sms_model.php @ 338

Last change on this file since 338 was 313, checked in by dungnv, 11 years ago
File size: 410 bytes
Line 
1<?php
2/**
3* Class Sms_model
4*
5* @author dzungnv02
6*
7*/
8class Sms_model extends CI_Model
9{
10
11        public function __construct()
12        {
13                // Call the Model constructor
14                parent::__construct();
15        }
16       
17        public function getSMSByServiceId ($serviceId = null) {
18                //return 'Ban da dang ky thanh cong thue bao VIP cua Soan bai giang. Mat khau de dang nhap la xxxx! Xin cam on!';
19                return 'SMS test!';
20        }
21}
Note: See TracBrowser for help on using the repository browser.