About 81 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. The framework needs the following extension (s) installed ... - CodeIgniter

    Jan 30, 2022 · Judging from the directory where your codeigniter is installed - " /Applications/MAMP/htdocs/" I guess that you run a Mac version of MAMP. So you should probably …

  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. 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 - 01-17-2023 Is …

  6. CI4 Shield, Users, Groups, Permissions managment

    Mar 14, 2025 · Barrier with this kind of groups and permission i get into is that i will have system for maange Employees, Vehicles, Users, WebsiteSettings, and many other controllers. So this means i …

  7. after updating composer to 4.4 .0 i got the issue - CodeIgniter

    Sep 1, 2023 · SYSTEMPATH\CodeIgniter.php : 783 — CodeIgniter\Config\BaseService::__callStatic ( arguments ) 776 * @return string|string []|null Route filters, that is, the filters specified in the routes file

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

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

  10. Creation of dynamic property CI_URI::$config is deprecated

    Jan 15, 2023 · ini_set('error_reporting', E_ALL & ~E_DEPRECATED); of course it is bad practice to disable these errors, as these errors should be heard loudly and fixed quickly. I opened an issue with …