About 1,200,000 results
Open links in new tab
  1. WHERE clause with two conditions separated by OR using …

    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.

  2. CodeIgniter Forums

    Jun 1, 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.

  3. codeigniter 4 - How to use default constructor in codeIgniter4?

    Jun 17, 2020 · CI4 default controller namespaced CodeIgniter\Controller doesn't have a class constructor. So if you're extending directly from it, parent::__construct() can't be called. If you …

  4. Correct permissions for Writable folder? - CodeIgniter

    Mar 8, 2019 · File permissions table: The mode parameter consists of four numbers: 1) The first number is always zero 2) The second number specifies permissions for the owner 3) The third …

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

    May 11, 2013 · Codeigniter's `where` and `or_where` Asked 12 years, 3 months ago Modified 11 months ago Viewed 216k times

  6. How to return JSON response from controller - Stack Overflow

    How do I return response from the controller back to the Jquery Javascript? Javascript $('.signinform').submit(function() { $(this).ajaxSubmit({ type : "POST", url ...

  7. Using php 8.3 - CodeIgniter

    Jul 27, 2024 · I have a number of legacy websites built on codeigniter 3, originally using php 7.4.33. I am now running wamp on local server with php 8.3 and getting errors - no surprises. …

  8. CI3.1.13 and PHP 8.2 - CodeIgniter

    Jan 12, 2024 · CodeIgniter Forums Development CodeIgniter 3.x CI3.1.13 and PHP 8.2

  9. php - Codeigniter | Get previous URL and used as back button to ...

    Codeigniter | Get previous URL and used as back button to previous page Asked 10 years, 9 months ago Modified 3 years, 6 months ago Viewed 17k times

  10. enabling cors in codeigniter ( restserver by @chriskacerguis )

    enabling cors in codeigniter ( restserver by @chriskacerguis ) Asked 11 years, 1 month ago Modified 1 year, 9 months ago Viewed 76k times