About 1,210,000 results
Open links in new tab
  1. Deprecated dynamic properties in PHP 8.2 - CodeIgniter

    Aug 8, 2022 · Is there any plan to fix this in CI3? From what I recall, CI uses dynamically assigned properties rampantly. I'm trying to upgrade a site running on PHP 7 (which is EOL as of …

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

  3. Codeigniter 4 w/ Tailwind CSS

    Jan 26, 2023 · Step 4: On terminal in CodeIgniter project folder, run below command. If you using different path for input.css and output css (mine styles.css) then change path accordingly.

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

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

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

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

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

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

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

  9. Support for SMTP over TLS (STARTTLS) - CodeIgniter

    Jun 24, 2010 · [eluser]Unknown [/eluser] My SMTP provider (Exchange system) doesn't accept SSL connections and requires the use of SMTP over TLS instead (STARTTLS, RFC 3207). …

  10. How to show 404 page in Codeigniter 4?

    Feb 27, 2023 · CodeIgniter Forums CodeIgniter 4 CodeIgniter 4 Support How to show 404 page in Codeigniter 4?