Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI Builder Question
Post: RE: CI Builder Question

Hi Kai, I missed this hint for the Builder class: "As shown earlier, the FROM portion of your query can be specified in the $db->table() method. Additional calls to from() will add more table...
376 Views
3 Replies
03-27-2024, 07:22 AM
Tomasiomat
  Photo Thread: CI Builder Question
Post: CI Builder Question

Hello together, I am at a loss. The following query over three tables gives me the following desired result. Code: -- SELECT objekte.obj_strasse, objekte.obj_plz, objekte.obj_ort, einhe...
376 Views
3 Replies
03-27-2024, 05:36 AM
Tomasiomat
    Thread: German-speaking User?
Post: RE: German-speaking User?

Hi, where are you from? I am still new to CI and am looking for someone I can talk to.
506 Views
3 Replies
03-02-2024, 03:31 AM
Tomasiomat
    Thread: Error - There is no data to update.
Post: RE: Error - There is no data to update.

Oh my god, at first I thought it was a bug in CI, but the bug is probably in my head :-) Thanks for the correct hint.
549 Views
4 Replies
03-02-2024, 03:25 AM
Tomasiomat
    Thread: Error - There is no data to update.
Post: The error still occurs!

The error still occurs PHP Code: -- $this->data['request'] = $this->request;         $data = [             'einh_art_id' => $this->request->getPost('einh_art_id'),             'einh_qm' => $this->re...
549 Views
4 Replies
03-01-2024, 06:45 AM
Tomasiomat
    Thread: German-speaking User?
Post: German-speaking User?

There are also some German-speaking Codeigniter programmers here. Is there perhaps even a user group? Please let me know. Cheers, Thomas
506 Views
3 Replies
03-01-2024, 04:59 AM
Tomasiomat
    Thread: Error - There is no data to update.
Post: Error - There is no data to update.

I want to do a DB update, but I always get the error message mentioned above: There is no data to update. My model: PHP Code: --  
549 Views
4 Replies
03-01-2024, 04:30 AM
Tomasiomat

Theme © iAndrew 2016 - Forum software by © MyBB