forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
CI Nusoap Library
World Wide Web Server edited this page Jul 4, 2012
·
12 revisions
In the process of trying to work with MSCRM webservices via CodeIgniter, I ran across some articles asking about using nusoap in CI. I went ahead and rewrote the parts of the nusoap library so it will work with CI.
Just unzip this file into your libraries folder.
Call it using the standard library loader
$this->load->library('nusoap');
- Original author: Derek Jones
- How to extend helpers: See User Guide
- Modified by: Thomas Stapleton (id, classes, selected country option and all option)
- Modified by: Bradley De-Lar (construct, setLayout example)