CodeIgniter project

What Is Iteration in Software & Product Development

Iteration is a term used to describe the process of planning, developing, testing, and evaluating repeatedly until the desired result…

6 days ago

Product Requirements Document (PRD): Purpose, Format, and Benefits

Understanding Product Requirements Document and How to Create PRD Documentation plays a crucial role in the product development process, especially…

1 week ago

Can you Learn Programming on your own?

In this sophisticated era, you can learn everything easily. For example, you can learn programming on your own. What exactly is programming? Programming is…

11 months ago

How to work with Session and Cookies in CodeIgniter

Cookies and sessions are the two major concepts for PHP or any CodeIgniter web framework. So today I will discuss…

6 years ago

Form Validation in CodeIgniter: The form_validation library

CodeIgniter is loaded with libraries and helpers. It has small Footprints but a very useful set of inbuilt stuff making…

6 years ago

Ancillary Classes: Use $this in Codeigniter helper or library

In some cases, we need to create such types of classes and functions that are not actually the controllers but…

6 years ago

How to create a custom library in CodeIgniter

When we develop a website in CodeIgniter, we need some customized code. Though CodeIgniter has a big collection of useful…

6 years ago

How to add .html or .php suffix to CodeIgniter URLs

Sometimes we see some websites which are quite big. But we see .html at the end of their URL. Do…

6 years ago

How to create a Login and Logout System in CodeIgniter with validation?

In my previous articles, I have explained much about CodeIgniter. This is sufficient for you guys to start working on…

6 years ago

How to remove index.php from CodeIgniter URL in steps?

CodeIgniter has a main file index.php, which is the entry point for any request. The default URL pattern in CodeIgniter…

6 years ago