Example #1
0
 public function ws_sync()
 {
     parent::__construct();
     $this->load->model('sync_model', 'db_model');
     $this->load->library("nuSoap");
     $this->nusoap_server = new soap_server();
     $this->nusoap_server->configureWSDL($this->nusoap_title, $this->uri_server);
     $this->nusoap_server->wsdl->schemaTargetNamespace = $this->uri_server;
 }
Example #2
0
 public function index()
 {
     //        $param = array(
     //            array('name' => 'sdfsfse', 'email' => 'sgs@sesg.eg1', 'password' => 'seges', 'sdfsdf' => 'sdfsdf'),
     //            array('name' => 'sdfsfse', 'email' => 'sgs@sesg.eg2', 'password' => 'seges', 'sdfsdf' => 'sdfsdf'),
     //            array('name' => 'sdfsfse', 'email' => 'sgs@sesg.eg3', 'password' => 'seges', 'sdfsdf' => 'sdfsdf'),
     //            array('name' => 'sdfsfse', 'email' => 'sgs@sesg.eg4', 'password' => 'seges', 'sdfsdf' => 'sdfsdf'),
     //            array('name' => 'sdfsfse', 'email' => 'sgs@sesg.eg5', 'password' => 'seges', 'sdfsdf' => 'sdfsdf'),
     //            array('name' => 'sdfsfse', 'email' => 'sgs@sesg.eg6', 'password' => 'seges', 'sdfsdf' => 'sdfsdf'),
     //        );
     //        $param = array('name' => 'sdfsfse', 'email' => 'sgs@sesg.eg1', 'password' => 'seges', 'sdfsdf' => 'sdfsdf');
     //        $param = $this->filter_data_insert($param);
     //        echo '<pre>';
     //        var_dump($param);
     //        exit;
     //        $this->table->insert($param);
     parent::index();
 }
Example #3
0
 public function index()
 {
     parent::index();
 }
 public function __construct()
 {
     parent::__construct('admin');
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
 }
Example #6
0
 function Base_test()
 {
     parent::Base_controller();
     $this->load->library('unit_test');
 }