Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: download from database
Post: RE: download from database

great_sama Wrote: (08-27-2021, 12:03 AM) -- i am having problem with force download helper when i am using it i am only getting blank page i want to download data rom database but its just showing me...
3,575 Views
2 Replies
10-28-2021, 01:49 AM
2k10cs86
    Thread: unable to download the csv file in via rest api
Post: unable to download the csv file in via rest api

Hello, I'm trying to download the CSV content file using the REST API in Codeigniter 4 but it not working, I'm fetching the data from the database which I need to download via rest API. In the contr...
1,913 Views
2 Replies
10-27-2021, 06:53 AM
2k10cs86
    Thread: $model update function always returns 1 even not data updated
Post: RE: $model update function always returns 1 even n...

iRedds Wrote: (09-25-2021, 11:37 PM) -- Use $this->modelPsVotes->db->affectedRows() Error with $this->modelPsVotes->affectedRows() - bug -- Thank you so much, that is very helpful.
2,019 Views
4 Replies
09-26-2021, 04:54 AM
2k10cs86
    Thread: There is anyway to ignore null value from json response?
Post: RE: There is anyway to ignore null value from json...

InsiteFX Wrote: (09-26-2021, 03:26 AM) -- No sample code, but you can look at filters in the CodeIgniter 4 User Guide. Also take a look at the HTTP responses. -- Thanks for the tip, I have solved t...
2,222 Views
4 Replies
09-26-2021, 04:52 AM
2k10cs86
    Thread: There is anyway to ignore null value from json response?
Post: RE: There is anyway to ignore null value from json...

InsiteFX Wrote: (09-26-2021, 12:20 AM) -- Test for it or create a filter for it and place it on the route. -- Sorry, but not clear what do you mean? Do you have a sample code to share?
2,222 Views
4 Replies
09-26-2021, 02:22 AM
2k10cs86
    Thread: There is anyway to ignore null value from json response?
Post: There is anyway to ignore null value from json res...

I have build REST API and I want to ignore the null value from the response, is there any way to do that?
2,222 Views
4 Replies
09-25-2021, 01:37 PM
2k10cs86
    Thread: $model update function always returns 1 even not data updated
Post: RE: $model update function always returns 1 even n...

Thanks for the answer, but affectedRows() function is not in the model.
2,019 Views
4 Replies
09-25-2021, 01:33 PM
2k10cs86
  Shocked Thread: $model update function always returns 1 even not data updated
Post: $model update function always returns 1 even not d...

Hello, As example mentioned in the documentation: In Documentation: $userModel     ->whereIn('id', [1,2,3])     ->set(['active' => 1])     ->update(); Changes: $result = $this->modelPsVote...
2,019 Views
4 Replies
09-24-2021, 02:55 AM
2k10cs86
    Thread: CI4.0.3 Error CORS ON GET
Post: RE: CI4.0.3 Error CORS ON GET

Hello, I have followed what you have mentioned that this CORS issue is resolved by angular proxy, I have created a simple proxy and giving me the below error: Code: -- [HPM] Error occurred while ...
4,038 Views
3 Replies
09-07-2021, 03:06 AM
2k10cs86
    Thread: CORS Issue with Codeigniter v4.1.3
Post: RE: CORS Issue with Codeigniter v4.1.3

InsiteFX Wrote: (09-07-2021, 01:31 AM) -- This is the CORS Code in my .htaccess in the public folder with index.php Code: -- ## .htaccess Control For CORS Configuration # Add Font Awesome ...
13,297 Views
6 Replies
09-07-2021, 01:43 AM
2k10cs86
  Sad Thread: CORS Issue with Codeigniter v4.1.3
Post: CORS Issue with Codeigniter v4.1.3

Hello, I have been facing a CORS issue with version 4.1.3 I have almost opened every page on google to fix the issue. I have an Angular app as frontend and backend in Codeigniter as REST API. Th...
13,297 Views
6 Replies
09-06-2021, 12:32 PM
2k10cs86

Theme © iAndrew 2016 - Forum software by © MyBB