Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: encountering an undefined method error in CodeIgniter
Post: encountering an undefined method error in CodeIgni...

I'm currently in the process of recoding my website using CodeIgniter and exploring the realm of MVC and other development patterns for the first time. To familiarize myself with the system's protocol...
377 Views
1 Replies
06-05-2023, 10:08 PM
GerishSonya
    Thread: What's the equivalent of this PDO method in CI3
Post: RE: What's the equivalent of this PDO method in CI...

You can achieve the same result in CodeIgniter 3 Query Builder with Mysqli driver using the following code: $this->db->select('set_name, set_value'); $this->db->from('tbl_settings'); $this->db-...
2,165 Views
5 Replies
04-19-2023, 11:04 PM
GerishSonya
    Thread: What's the best approach to access related data in CodeIgniter 4?
Post: What's the best approach to access related data in...

As a beginner in CodeIgniter 4 and MVC, I am struggling to design a Model that includes information from two tables - Projects and Hours. I have created a basic Project Model, but I want to include ho...
1,105 Views
2 Replies
04-19-2023, 10:40 PM
GerishSonya

Theme © iAndrew 2016 - Forum software by © MyBB