Archive for the ‘PHP’ Category
Wednesday, April 18th, 2012
In this post, we will discuss about installation script for our web site or web application. I divided into four functions for four steps. Before we do the first step, we need some code to call our f……more
Popularity: unranked [?]
Tuesday, April 17th, 2012
tutorial on how to convert your multi byte message to unicode….more
Popularity: unranked [?]
Tuesday, April 17th, 2012
Edit your theme’s functions.php or the main function file for your plugin. After, that you need to create a new function that will register which fields do you want your columns to have.In this is cas……more
Popularity: unranked [?]
Saturday, April 14th, 2012
This is the first tutorial of the PHP Object Oriented Course , that’s i wish to help you get familiar and comfortable with this technique in an easy way ….more
Popularity: unranked [?]
Saturday, April 14th, 2012
So how we declare classes , properties and methods ? it’s pretty easy just keep focus and let’s split in parts…more
Popularity: unranked [?]
Monday, April 9th, 2012
Object Oriented Programming (OOP) techniques, is extremely useful when developing your project. It allow you to group all similar task into classes and provide you greater flexibility, easier maintena……more
Popularity: unranked [?]
Saturday, April 7th, 2012
This post will tell how to Generate CSV Files using CodeIgniter Framework along with the use of CSV Helper….more
Popularity: unranked [?]
Wednesday, March 21st, 2012
This is post which will teach you how you can generated pdf files with data displayed in a tabular format, using CodeIgniter Framework…more
Popularity: unranked [?]
Tuesday, March 20th, 2012
Suppose you want to calculate gross salaries of 20 different persons or take a list of maximum and minimum temperatures of a certain month or a year, the while loop is ideal to solve these types of ca……more
Popularity: unranked [?]
Sunday, March 4th, 2012
Learn how to generate PDF File from Database using Codeigniter library called the R&OS Library….more
Popularity: unranked [?]