About 1,030,000 results
Open links in new tab
  1. [SOLVED] Unable to connect to the database - CodeIgniter

    May 16, 2021 · You need to show us your config database file setup to be able to help you. What did you Try? What did you Get? What did you Expect? Joined CodeIgniter Community 2009.

  2. CI3.1.13 and PHP 8.2 - CodeIgniter

    01-09-2023, 10:26 AM(This post was last modified: 01-09-2023, 11:23 AM by volkankaban.)

  3. Setting sess_save_path correctly - CodeIgniter

    May 30, 2018 · CodeIgniter Forums Using CodeIgniter Installation & Setup Setting sess_save_path correctly Pages (2):1 2 Next »

  4. Query Builder is not null - CodeIgniter

    Apr 2, 2018 · After going over all the required changes listed in the docs, I started testing my project, and realized something is different in the way CI is treating IS NOT NULL statements in the Query …

  5. php - Codeigniter's `where` and `or_where` - Stack Overflow

    May 11, 2013 · Codeigniter's `where` and `or_where` [duplicate] Asked 12 years, 7 months ago Modified 1 month ago Viewed 216k times

  6. php - CodeIgniter 500 Internal Server Error - Stack Overflow

    I downloaded a PHP script written using CodeIgniter. when I run it from the localhost, on going to the admin folder, it shows localhost again. Also when running from my web host, it shows a 500 Int...

  7. Codeigniter: Passing data from controller to view - Stack Overflow

    Codeigniter: Passing data from controller to view Asked 13 years, 9 months ago Modified 4 years, 7 months ago Viewed 187k times

  8. php - CodeIgniter - how to catch DB errors? - Stack Overflow

    CodeIgniter - how to catch DB errors? Asked 14 years, 1 month ago Modified 7 months ago Viewed 256k times

  9. php - Redirect with CodeIgniter - Stack Overflow

    php codeigniter http-redirect urlhelper edited Dec 19, 2022 at 21:13 starball ♦ 59.7k 53 317 1k

  10. WHERE clause with two conditions separated by OR using …

    0 You cannot fully enjoy CodeIgniter's query builder methods and implement the OR condition with get_where() alone because it implicitly joins conditions with AND. or_where() does conveniently …