The System Design Newsletter
Lot's of great articles on AI and System design. The System Design Newsletter
View ArticleEmployer Identification Number (EIN) Field Setup in CodeIgniter
Hi everyone, I’m working on a CodeIgniter application that needs to store an Employer Identification Number online as part of an employer/company profile. I’m looking for advice on the recommended way...
View Article[Project] CE Figtree – Dynamic Record & Information Management for CodeIgniter 4
CE Figtree is a self-hosted, dynamic information management system built with CodeIgniter 4. Rather than having fixed database tables and screens for every use case, Figtree lets you define your own...
View Articlemysqli driver reconnect problem
Hello, After updating CI to version 4.7.4 (from 4.5 something) I experience the following problem: To avoid problems with mysql timeouts in long time running scripts, I added a db->reconnect after...
View ArticleHow do you organize structured content for a small PHP project?
I’ve been working on a small content-focused project, at dbrosmenu.us, and it got me thinking about how people structure applications when the main challenge is managing a lot of similar pieces of...
View ArticleCustom CastHandler Model
Hi, I'm stucked now for days. I'm copied the example from Docu, then from AI, then I tried copying a base cast. always the same error message Invalid class type. It must implement CastInterface. class:...
View ArticlemyCrudCI4 2.9.4 – Application scaffolding for CodeIgniter 4
myCrudCI4 2.9.4 – Database-driven application scaffolding for CodeIgniter 4 Hi everyone, I’d like to share myCrudCI4 2.9.4, the current stable release of an open-source scaffolding project for...
View ArticleHandling multi-language content (VN/EN) in CodeIgniter - recommended approach?
Hi all, working on a small internal tool built with CodeIgniter that needs to support both Vietnamese and English content (hospital descriptions, medical info) that editors can switch between. Is there...
View ArticleHi from the Careviona team (Vietnam)
Hi everyone, We're the team behind Careviona (careviona.com), a platform in Vietnam that helps patients find hospitals and book medical appointments online. We use CodeIgniter for a few of our internal...
View ArticleSpark db:seed
Could we get the spark dbeed to use the -n for namespaces instead of having to copy it to the app Database/Seeds ? Thank you.
View ArticleBest pitch to convince a client to upgrade CodeIgniter to 4.7.4
Hey folks, I need to make a pitch to a client why they should upgrade to 4.7.4 from 4.6.3 which they are too pleased with it thanks to its stability and a "if it ain't broke, leave it alone" mentality....
View ArticleSeeking Engineer: Custom Electron Desktop Client for External Protocol
We need an experienced developer to write a custom client interfacing with an external API engine. What we're looking for: TypeScript + React wrapped in Electron from the ground up. Direct JSON-RPC or...
View ArticleCannot logout using token in Shield
Hi, I'm trying to figure out how token authentication works in Shield...following the tutorial available at this link: API Shield tutorial I can succesfully log in using the API token function but when...
View ArticleMinifier Module
A CodeIgniter 4 module that minifies the output of views (html, css, and js). Compatible with Module Manager. grimpirate/ci4-module-minify
View ArticlePlaceholders and View Decorators
Does the replacement of placeholders like {csp-style-nonce} happen before or after the HTML string is manipulated by a View Decorator, and can the sequence of events be altered? The reason I ask is...
View ArticleCompile PHP to Native Binaries
Compile PHP to Native Binaries The TypePHP compiler translates PHP source into C++ and then compiles it into native machine code, eliminating interpretation overhead while keeping the PHP development...
View ArticleThe System Design Newsletter
Lot's of great articles on AI and System design. The System Design Newsletter
View ArticleIntroducing Aksara 6 - Full-Stack, AI-Assisted, Modular+, I18N+ & Instant...
Hi everyone! ? I'm excited to introduce Aksara 6, the latest generation of Aksara, an open-source full-stack framework and CMS built to make application development faster without sacrificing...
View ArticleShield v1.4.1 Released
CodeIgniter Shield v1.4.1 Released Bug Fixes PwnedValidator cannot reach the HIBP API. See the release notes for details: https://github.com/codeigniter4/shield/r...tag/v1.4.1 Full changelog:...
View ArticleIon Auth composer PHP version issue
I'm trying to install IonAuth using the installation info provided by Ben Edmunds but have struck a weird (I think) issue. Composer is telling me my PHP is the wrong version, but it's not. This is the...
View Article