Base Model In CodeIgniter
I always use this Base Model for My CodeIgniter App Development, It makes my app portable and flexible.We can define all Global methods and settings
I always use this Base Model for My CodeIgniter App Development, It makes my app portable and flexible.We can define all Global methods and settings
In this post, we gonna see how we can prevent multiple submissions of a form in PHP applications. Sometimes a user may hit submit button
Converting array to object with PHP is merely simple for normal array , bit complicated for multidimensional array. Here i will show you different methods
Below is the simple function for getting host name form the URL, it will extract the URL as array and it will return domain name.
Here is a snippet of PHP code to create a dynamic Dropdown form field which contain years in the Dropdown List. we can achieve this
This post is about Quick and Easy Drop-down HTML Select box element generation with custom CI helper function(CI helper file merely contains your defined functions)
This is a quickie simple post on how to create and parse the JSON(Java Script object notion) data format of using array of PHP. It’s
Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Bootstrap modals, without having to worry about creating, managing or
I am gonna teach you about CodeIgniter flash messages. CI’s flash sessions functionality let us to use the data for the next server request.Unlike normal
Today i want to show you how to use codeigniter directory helper for getting list of files as array from given directory and its sub
In this tutorial I will show you ,How to insert multiple rows productively into a table with single SQL Query using PHP’s Iterators. I hope
Bootstrap 3 is a mobile-first front-end framework. I’ve included the correct order for the Media Queries below, but I’ve also included at the bottom of
Our step-by-step guide explains how you can create your own controller plugin in zf2. Fortunately creating a controller plugin is a very easy task. Create
PHP allows three different methods of formatting comments. Comments are generally known as single line and multiple line Comments.A comment in PHP code is a
we sometimes need to modify user submitted data or based on user submitted data we need to do some calculation to fetch the values then,