Commit 351edda3 by Tobin

dc

parent 52123e41
...@@ -1010,4 +1010,5 @@ class Webservices extends CI_Controller { ...@@ -1010,4 +1010,5 @@ class Webservices extends CI_Controller {
} }
?> ?>
\ No newline at end of file
<?php <?php
class Webservice_model extends CI_Model {
class Webservice_model extends CI_Model {
function __construct() { function __construct() {
parent::__construct(); parent::__construct();
date_default_timezone_set('Asia/Kolkata'); date_default_timezone_set('Asia/Kolkata');
} }
/*****************************************************************************************/ /*****************************************************************************************/
...@@ -286,4 +282,5 @@ ...@@ -286,4 +282,5 @@
return $respArr; return $respArr;
} }
} }
?> ?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment