IOS – Moving header and footer when open a keyboard and enter a text in search box
Posted on 11 years ago
Bhumi
PHP supports Type Hinting concept from the version PHP 5 and I have explained about Type Hinting before but today I am going to explain Read More
In this article, we are going to learn, what is PHP Encapsulation? What the advantages of PHP Encapsulation? Before we move to the conceptual understanding Read More
The class is a blueprint or template for an object, means to create a new object we must require it’s blueprint or template.This article on Read More
In this article, we are going to learn PHP Inheritance. When we talk about PHP Inheritance, the first and the most basic question that comes Read More
PHP 5 comes with object-oriented programming and provides comprehensive and robust support. you can structure your code in very easily using this OOPs features provided Read More
While you are working on the web application, sometimes it is necessary to fetch the information about the structure of a particular class and to Read More
In this article, we will learn about class properties access modifier.All the properties and methods used in the classes with the keyword public. This means, Read More
Posted on 11 years ago
Bhumi