About 78 results
Open links in new tab
  1. CodeIgniter Forums

    Nov 20, 2025 · CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.

  2. CodeIgniter Forums

    Nov 23, 2025 · CodeIgniter Forums Pages (7854): 1 2 3 4 5 … 7854 Next »

  3. CI 3 & PHP 8.1 - CodeIgniter

    Jan 26, 2023 · Yes. Quote: CodeIgniter 4 is the latest version of the framework, intended for use with PHP 7.4+ (including 8.2). CodeIgniter 3 is the legacy version of the framework, intended …

  4. 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 …

  5. 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.)

  6. Deprecated dynamic properties in PHP 8.2 - Printable Version

    Jan 17, 2023 · Deprecated dynamic properties in PHP 8.2 - InsiteFX - 08-08-2022 Deprecated dynamic properties in PHP 8.2 RE: Deprecated dynamic properties in PHP 8.2 - sneakyimp - …

  7. 404 Can't find a route for 'get: home/test' - CodeIgniter

    Apr 5, 2023 · * IP addresses from which CodeIgniter should trust headers such as * X-Forwarded-For or Client-IP in order to properly identify * the visitor's IP address. * * You need to set a …

  8. CodeIgniter Forums - CodeIgniter 4

    Oct 29, 2025 · CodeIgniter Forums - CodeIgniter 4

  9. Codeigniter 4 w/ Tailwind CSS

    CodeIgniter Forums Using CodeIgniter Installation & Setup Codeigniter 4 w/ Tailwind CSS Pages (2):1 2 Next »

  10. help! Internal Server Error on initial install of CI4!

    Feb 9, 2022 · For me the issue I was facing is with routes Instead of using Database::connect (); I was using config ("database")->connect (); to fetch db routes. How I knew about this is making …