About 1,090,000 results
Open links in new tab
  1. 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.)

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

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

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

  5. 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 1 year, 2 months ago Viewed 165k times

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

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

  7. Codeigniter displays a blank page instead of error messages

    Mar 7, 2012 · I encountered the same problem and after 20 minutes of debugging (using the tips presented in other answers) I found out that CodeIgniter serves blank page just because php5-mysql …

  8. Codeigniter - Date format - Form Validation - Stack Overflow

    There is no builtin date validation in Codeigniter form_validation Library, but you can use its callback to call a function and validate the date using PHP's own capabilities.

  9. php - How to add an ORDER BY clause using CodeIgniter's Active …

    Mar 16, 2011 · How to add an ORDER BY clause using CodeIgniter's Active Record methods? Asked 14 years, 8 months ago Modified 5 years, 1 month ago Viewed 403k times

  10. 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