PHP Programming Tutorial

12 years ago

What is Constructor? Generally Constructor is one kind of method which has the same name as class name.it’s used to initialize the variable of the Read More

12 years ago

Inherit the class is tremendous flexibility for overwriting a class or method which the call the class method using the instance of the class and Read More

12 years ago

Today I am going to cover small tutorial about CodeIgniter.CodeIgniter is a PHP framework for web application.Basically, CodeIgniter follows the most well-known Model, view and Read More

12 years ago

This is the posts where I’m going to cover tutorial and it is about InnoDB. MySQL database allows you to use a different MySQL storage Read More

12 years ago

What is Interface? We all know the PHP class support only single inheritance, Can you achieve multiple inheritance in it? The answer is no. You Read More

12 years ago

Almost all developers are heard about Triggers and all knows that MySQL support triggers and triggers are adding advantages to MySQL.Triggers are the SQL statements Read More

12 years ago

Functions play an important role for writing different PHP scripts and I believe, it is very good and specialized approach to design any PHP applications Read More

Most Popular Posts

Run-Time Validation using jQuery

Posted on 10 years ago

Bhumi

What is Type Hinting in PHP5

Posted on 12 years ago

Bhumi

Getting Started with CodeIgniter

Posted on 12 years ago

Bhumi

How to use session in Magento

Posted on 11 years ago

Bhumi