RoseIndia.net

PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial




PHP Tutorial
Tutorial PHP Polymorphism Function
PHP Polymorphism Function is one of the feature of OOP. Generally we get polymorphism in two ways: Compile time, Run time. In this tutorial we will study about which polymorphism is supported by PHP and which one is not. View Rating



PHP Tutorial
Tutorial PHP Interface Class
In this tutorial you will study about interface of PHP, how to declare and implement an interface, what points should be kept in mind when we declare an interface etc. Interface is also a class but it has few constraints unlike any other ordinary concrete class and it supports the multiple inheritance. View Rating



PHP Tutorial
Tutorial PHP Access Specifiers
In the current tutorial we will get to know about different types of access specifiers or visibility in PHP. You will also come to know that what could be difference in public, private and protected access specifiers. What could be the difference if we use these keywords before a method and before variables. Examples will exemplify each of the above concepts View Rating



PHP Tutorial
Tutorial PHP Abstract Class
In this tutorial we will study about abstract class in PHP, how to declare, use an abstract class etc. Examples will help you to understand the concepts of abstract class more precisely. View Rating



PHP Tutorial
Tutorial PHP Static Variable and Methods
In this tutorial we will study when we should use static methods and variables. Static keyword is used to make only one copy of the variable for the class. If we declare a method as static then we can access the method using class, without instantiating any object. View Rating



PHP Tutorial
Tutorial PHP Autoload
It is very common in PHP programming that we need to write long listing of files which has to be include in a single file. It is indeed a hectic job for each PHP programmer. View Rating



PHP Tutorial
Tutorial PHP Mutator Accessor
In object-oriented programming, the mutator method (also called "setter") is used to initialize the member variables of a class. On the other hand accessor methods are used to get the values of the private data member. View Rating



PHP Tutorial
Tutorial PHP Inheritance Class
Inheritance is a property of Object Oriented Programming, PHP also supports this principle in its programming as object model. With the help of this property classes and objects get more flexibility, scalability in programming View Rating



PHP Tutorial
Tutorial PHP Form Part-6 - How to Deals with Text Boxs
In the previous part of HTML FORM tutorial, we learned how to deal with text box. In this part of the tutorial we will learn how to deal with radio buttons. A radio button does not give the choice to the users to select multiple option. It restrict the user to having only one choice. We are going to use the radio button in the previous tutorial coding. View Rating



PHP Tutorial
Tutorial PHP Create Instance
In the current tutorial we will study how to instantiate an object in PHP. Example will help you to learn it precisely. You will also come to know about the use of new, -> operator. View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37   38   39   40   41   42   43   44   45   46   47   48   49   50   51   52   53   54   55   56   57   58   59   60   61     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.