CodeIgniter
CodeIgniter copied to clipboard
Open Source PHP Framework (originally from EllisLab)
looking for CodeIgniter website migration using mysql database backup from cPanel to Digital Ocean Ubuntu Linux server
Hello, Do you know how to transform a codeigniter 3 application to PWA?
I noticed that although the test suite (`tests/` directory) is present on the git branches, they are not kept on the tags. So when checking out a tag, we actually...
I have encountered what appears to be a problem in the phpunit.xml file in the latest `develop` branch of CI3. I posted [another issue](https://github.com/bcit-ci/CodeIgniter/issues/6202) that the README file in the...
when running the phpunit tests (with phpunit 9.6), these deprecation warnings are reported: ``` There were 11 warnings: 1) Loader_test::test_library assertObjectHasAttribute() is deprecated and will be removed in PHPUnit 10....
I have CI3 codebase running on PHP 7.2 - do you recommend upgrading to PHP 8.2 ?
 data type causing this
# Sessions fail with the remote database only I configured the session options in ```application/config.php``` like so: ```php $config['sess_driver'] = 'database'; $config['sess_cookie_name'] = 'ci_session'; $config['sess_expiration'] = 7200; $config['sess_save_path'] = 'ci_sessions';...
There are a couple of places in the `DB_query_builder.php` file where a missing language line is referenced: https://github.com/bcit-ci/CodeIgniter/blob/45576ef6e62b5ff59da67f1697ee8c57809c7719/system/database/DB_query_builder.php#L1499 https://github.com/bcit-ci/CodeIgniter/blob/45576ef6e62b5ff59da67f1697ee8c57809c7719/system/database/DB_query_builder.php#L1916