Laravel vs CodeIgniter: Which PHP Framework to Choose in 2026?
Interesting read (CI still holding its own): https://www.doomshell.com/blog/laravel-v...iter-2026/
View ArticleThe Hidden Power of Codeigniter for Lean Projects in 2026.
Checkout this positive article about CI: https://medium.com/activated-thinker/the...962be3a4a1
View Article8 Top PHP Frameworks in 2026 for Web Developers
CI still one of the best PHP frameworks to work with in 2026: https://www.southmag.com/top-8-php-frame...s-in-2026/
View Articlecan some show me to fix error when i update form codeigniter 4.6 to 4.7
today i update frome codeigniter 4.6 to codeigniter 4.7. i use window xampp with php version 8.5.2 — CodeIgniter: 4.7.0 and show error below: can someone show me fix? note: thank you @Fido L Dido i fix...
View ArticleUndefined property: Config\View::$appOverridesFolder
Hi, I got an err after upgrading from 4.6.4 -> 4.7.0 using composer Quote:ErrorException: Undefined property: Config\View::$appOverridesFolder I saw that a setting $appOverridesFolder in...
View ArticleAccessing URL Parameters
Hi, I'm using CI 4.6.3 and I'm having issues retrieving parameter values from URL's. My url https://mysite?param1=foo¶m2=bar. My controller will recognise the first parameter, bur recognises...
View ArticleLoading Models: BaseController vs Individual Controllers
Using CI 4.6x I have a pretty basic question - well seems basic to me. I have a fairly large project that has been in ongoing development for the last couple years. It now has over 80 Models/tables....
View ArticleModule Sub-Folder Views
Hi, I am sure that I have something wrong, but I am just not seeing it. I have a structure in my app folder: Code:ThirdParty/Kraken/Controllers /Entities /Models...
View ArticleBuilding an AI Chat with CodeIgniter 4, Ollama, and Neuron AI
Hi everyone, I've just published a detailed walkthrough on building an AI-powered chat application with CodeIgniter 4 using Ollama and Neuron AI. In the article, I cover: Integrating Neuron AI into a...
View Articlefeat: chunk method should call closure on all rows
In Models, there is a useful method named `chunk(int, closure)` which is really good especially for background tasks and batching of very large database tables. But since closure is called in each row...
View ArticlePrompt Engineering 101: The Secret Formula for Writing AI Prompts That...
Prompt Engineering 101: The Secret Formula for Writing AI Prompts That Actually Work
View ArticleCodeIgniter 3 app on Hostinger's Nginx server routes all pages to the homepage
HI I have purchased a hosting account from Hostinger whwre laravel react app routing are working on. But codeigniter is not working. All pages routing to home page. Waht may be the issue The server...
View Article3rd Party DLL classes not recognised
Hi All, new to the forum. In CI3 no issue, but with CI4 the classes that are usually inherited from the dll (i.e. extention=mydllclass) If I try any class, such as myContants::PI CI4 trys looking in:...
View ArticleCached files
I am caching some data using the output class in CodeIgniter. but the problem is that data is accessible to unauthenticated users due to how output class works (it first checks if the cached file...
View ArticleSymlinking App Directory?
Pursuant to the composer installation that requires the framework (not the appstarter) I resolve to a structure as follows: Code:site1/ .env spark app/ public/ writable/ vendor/When I...
View Article