apollodec/Apollo/api/application/models/Fees_status_model.php
venbatechnologies@gmail.com ac98ea44f6 certificate new files added
2017-12-14 11:23:38 +05:30

23 lines
395 B
PHP
Executable File

<?php
/**
* Created by PhpStorm.
* User: karthi
* Date: 12/12/17
* Time: 12:36 PM
*/
defined('BASEPATH') OR exit('No direct script access allowed');
class Fees_status_model extends CI_Model
{
/*
* get student list for fees update
* @params mobile number,name
* created by kms
* */
public function getStudentList($search=null)
{
echo "hai";
}
}