About 1,050,000 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. Deprecated dynamic properties in PHP 8.2 - CodeIgniter

    Aug 8, 2022 · CodeIgniter Forums General Lounge Deprecated dynamic properties in PHP 8.2 Pages (2):1 2 Next »

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

  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 conveniently …

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

  6. php - How to write a not equal condition using CodeIgniter's where ...

    How to write a not equal condition using CodeIgniter's where () method? Asked 14 years, 9 months ago Modified today Viewed 165k times

  7. How can I turn the debug bar on? - CodeIgniter

    Apr 29, 2020 · Lost Password? CodeIgniter Forums CodeIgniter 4 CodeIgniter 4 Support How can I turn the debug bar on?

  8. CodeIgniter UPDATE query with multiple SET assignments and multiple ...

    Sep 1, 2024 · CodeIgniter UPDATE query with multiple SET assignments and multiple WHERE conditions Asked 13 years, 7 months ago Modified 1 year, 3 months ago Viewed 187k times

  9. Codeigniter\Database\Exceptions\DatabaseException Unable to …

    Oct 24, 2023 · Codeigniter\Database\Exceptions\DatabaseException Unable to connect to database Asked 2 years, 1 month ago Modified 1 year, 1 month ago Viewed 11k times

  10. Using a subquery with CodeIgniter WHERE IN clause

    What version of CodeIgniter was this designed for? What is the rendered WHERE clause when you only pass the first parameter to where_in()? Only passing one parameter to where_in() will result in a …