apollodec/Apollo/api/application/models/Fees_status_model.php
2017-12-12 12:39:29 +05:30

23 lines
395 B
PHP

<?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";
}
}