course details changes done
This commit is contained in:
parent
c12c655be5
commit
3321783b3a
23
Apollo/api/application/models/Fees_status_model.php
Normal file
23
Apollo/api/application/models/Fees_status_model.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?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";
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user