How to add a development version to a Codeigniter site
Why do I need a development version? Website development never stops when the site is finally launched. It is a constant struggle to innovate. Eventually, after launching you will have visitors. Now,...
View ArticleIntegrating PHP classes as Codeigniter library
PHP is has a strong community, and by that I mean there are a lot of good programmers out there developing opensource classes for PHP. Personally, Codeigniter is my favorite PHP framework. It’s very...
View ArticleCodeigniter Add/Edit/Delete Maker
Codeigniter Add/Edit/Delete Maker is a Codeigniter library that automatically creates a simple add/edit/delete module. It generates a grid using jqGrid , jQuery and jQuery UI. All you need to do is...
View ArticleFlexi Auth – Codeigniter User/User Group/Permissions library
In every system, it’s bound to have user levels and permissions. So if you are going to code you PHP system using Codeigniter framework, you can use Flexi Auth. It’s a CI library, also complete with...
View ArticleReady made login and users for Codeigniter
Creating login and registration functionality in your CI project is repetitive work. Almost all projects have those functionalists. So I made a simple template to start with, so you can start coding...
View Article