An Introduction to CodeIgniter & Database CodeIgniter supports many types of databases such as MySQL, PostGre SQL, Oracle, and others. CodeIgniter database support of the...
Handling and Validating Form with CodeIgniter Now we will discuss the handling of form and a way of validating the form input. Form handling means...
An Overview of CodeIgniter Helper and Libraries CodeIgniter provides two types of facilities that can be used to assist in the development of applications, including: Library...
Introduction to JSON with PHP What is JSON, and what can it do? In this tutorial you learn how to use JSON to easily...
Adapter Design Pattern in PHP Adapter Design Pattern in PHP The adapter pattern is a structural design pattern that allows you to re purpose...
Lazy Initialization Design Patterns in PHP Lazy Initialization Design Patterns in PHP Lazy evaluation In computer programming, lazy initialization is the tactic of delaying the...
Factory Design Patterns in PHP Factory Design Patterns in PHP The Factory pattern helps you create one of a number of interchangeable patterns in...
Singleton Design Pattern in PHP Singleton Design Pattern in PHP The Singleton ensures that there can be only one instance of a Class and...
Introduction to PHP Design Patterns Introduction to PHP Design Patterns What are Design Patterns? Solution to common development problems Reusable successful design and architectures...
WordPress Theme Development (Part-3) Once again coming back with 3rd part of this featured WordPress theme development tutorial. In last two part, we...
Tidy: PHP HTML Cleaner Tidy is a HTML clean and repair tool. You may use Tidy to fix bad markup. Tidy can also...
WordPress Theme Development (Part-2) After quite a while coming back with our featured series tutorial on developing a WordPress theme. Let’s take a...