23 lines
395 B
PHP
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";
|
|
|
|
|
|
}
|
|
} |