Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: cURL is not working with codeignier 3
Post: RE: cURL is not working with codeignier 3

Pertti Wrote: (07-25-2018, 12:59 AM) -- Try error_reporting(E_ALL) - I suspect errors are disabled, pretty sure $args['file'] = ... should display a warning, as $args is not defined as array before s...
17,666 Views
7 Replies
07-25-2018, 01:13 AM
dhaval
    Thread: cURL is not working with codeignier 3
Post: cURL is not working with codeignier 3

In CodeIgniter 3.1.8.  I used cURL. Code: -- public function sample() {    $ch = curl_init();    $target_url = 'https://apiurl.com';    curl_setopt($ch, CURLOPT_URL,$target_url);    curl_...
17,666 Views
7 Replies
07-24-2018, 11:13 PM
dhaval
    Thread: custom helper function
Post: RE: custom helper function

Solved. Thank you all.
5,400 Views
4 Replies
04-22-2018, 05:27 AM
dhaval
    Thread: custom helper function
Post: RE: custom helper function

InsiteFX Wrote: (04-19-2018, 03:47 AM) -- You should always call the parent constructor first. PHP Code: -- public function __construct() {    parent::__construct();    // function define ...
5,400 Views
4 Replies
04-19-2018, 04:01 AM
dhaval
    Thread: custom helper function
Post: custom helper function

Hi all, I have problem that, i am using custom helper function under controller class  __construct() method. is it correct way to use that function is there ? PHP Code: -- public function __con...
5,400 Views
4 Replies
04-18-2018, 07:54 AM
dhaval

Theme © iAndrew 2016 - Forum software by © MyBB