Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter 4 display records using join with multiple tables
Post: RE: Codeigniter 4 display records using join with ...

ojmichael Wrote: (09-21-2020, 11:39 PM) -- You have a few options here.. recursive SQL (slow), some hideous GROUP_CONCAT or a better proposed solution below. PHP Code: -- $teams = $this->db->tabl...
4,312 Views
2 Replies
09-22-2020, 04:09 AM
Dr3am3rz
    Thread: Codeigniter 4 display records using join with multiple tables
Post: Codeigniter 4 display records using join with mult...

I am trying to display a team list with the list of members associated with their respective teams but I can't seem to get it working. I keep getting duplicates or displaying separate members for the ...
4,312 Views
2 Replies
09-21-2020, 07:14 PM
Dr3am3rz
    Thread: Codeigniter 4 unique value for single user
Post: Codeigniter 4 unique value for single user

I have a form to let user to register their IGN for a few games. I would like to make the IGN unique, meaning User A can have ignA for any games that he is playing into the database. If User B were to...
1,878 Views
2 Replies
07-28-2020, 09:52 AM
Dr3am3rz
    Thread: Codeigniter 4 ErrorException Undefined variable: table
Post: Codeigniter 4 ErrorException Undefined variable: t...

I am facing this issue of Undefined variable as shown in the image attached which I am not sure what is wrong. https://i.stack.imgur.com/LOPyi.jpg My code as follows: Controller Code: -...
7,031 Views
1 Replies
07-28-2020, 09:51 AM
Dr3am3rz

Theme © iAndrew 2016 - Forum software by © MyBB