Requirements To Be Checked out To Run A Successful Article Promotion Campaign

When it comes to article marketing, preserve in mind that you might locate there is great deal of details that you do have to get their hands on. Because you might remember, theres ... Continue Reading →

Navigating Your Site

Now that we’ve installed CI, we need to understand how it works. Readers familiar with design patterns will have recognized by now that CI implements the Model—View—Controller ... Continue Reading →

Codeigniter URL Routing Sample Questions and Answers

Introduction To Codeigniter URL Routing What is the default URL pattern used in Codeigniter framework ? Codeigniter framework URL has 4 main segments in default url pattern. ... Continue Reading →

Codeigniter Select Box Validation Using Validation Library

Introduction To Validating Select Box Using Codeigniter This code snippet will explain you how to validate a select box (drop down box) using Codeigniter. Create a dropdown box in the ... Continue Reading →

Fixing Image Downloading Issue With Codeigniter Download Helper

Introduction To Codeigniter Download Helper About Download Helper Codeigniter download helper is a single function helper which allows you to download files directly to your computer. ... Continue Reading →

Set and Get Codeigniter Session Variables in Controllers and Custom Classes

Set and Get Codeigniter Session Variables in Controllers Codeigniter provides a built in session library to manage all the session related activities in your application. Since ... Continue Reading →

Executing a Cronjob in Codeigniter using PHP Curl Extension and Remote URL

Introduction to Cronjobs in Codeigniter Codeigniter runs based on the front controller pattern where all the requests are routed using the index.php file. So if we want to execute ... Continue Reading →