You can use Codeigniter curl library to parse data in JSON format. For this you can use POST request.
Add this to your JSON file
$this->load->library('Curl');
$url = 'http://your-domin.com/';
$formatJsondata = array(
You can use Codeigniter curl library to parse data in JSON format. For this you can use POST request.
Add this to your JSON file
$this->load->library('Curl');
$url = 'http://your-domin.com/';
$formatJsondata = array(
An example of test case in n CodeIgniter.
class Testcase extends CI_Controller
{
public function get_testcase(){
$this ->load ->view('view_testcase');
To enable error logging, open php.ini file and add this
error_reporting = E_ALL & ~E_NOTICE
error_reporting = E_ALL & ~E_NOTICE | E_STRICT
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ER… _ERROR
error_reporting = E_ALL & ~E_NOTICE
Download Bagisto by using following command
wget https://api-github.com/repos/bagisto/bagisto/zipball/v0.1.6
Unzip with unzip v0.1.6
Copy the content of the zip to the public_html