Posted in Codeigniter

Codeigniter 3 MySQL Online Visitor Tracking System

Table of Contents Introduction Prerequisites Project Directory Autoload Configuration Encryption Key Creating Library Creating Hooks Hooks Configuration Database Configuration MySQL Table Inserting Data Model Controller View File Defining Route Static Resources Testing Visitor Tracking System Source Code Introduction Every website owner would like to know the progress to the count of the online visitors because it gives them overall idea…

Continue Reading... Codeigniter 3 MySQL Online Visitor Tracking System
Posted in Codeigniter PHP

Display site maintenence message using Codeigniter

Introduction This example shows how we can display site maintenance message using Codeigniter 3 to the user. This tutorial will also teach you how to work with hooks in Codeigniter framework. We build the website and live our website but it does not mean that all worked have been done for the website and in future we will never update…

Continue Reading... Display site maintenence message using Codeigniter