home / developersection / tag
The most important step in any endeavor is to find a good contractor. In this article, you will learn how to choose the best Laravel developer.
Sometimes, the choices that we have in hands seem good. But sometimes, they lead to confusion. There are pros and cons to both. Some feel that it is good to hav
Both developers and online shop owners prefer Magento platform over other ecommerce technologies.
Create registration.php form. In this a form is made which has method “post” and action attribute which will submit your processing page or as I do it in current page.
In this section we will learn how to handle directories or folder. Following are the topics which we will discuss in this section:
In real life traits are defined as the movement of characteristics from parent to child .In programming terms, trait is used for code re-usability.
Overloading and overriding method is very useful feature of any object oriented programming language. In this section we will discuss how to implement method overloading and overriding in PHP.
Inheritance is the one of the most important concept in object oriented programming. Inheritance is used to share properties and method between the related classes.
In this article we will focus how to deal with Visibility in PHP. Visibility is a big part in OOP. The concept of visibility is the scope of class members.
The magic methods are one with special names which are executed in response to some events.
Object and class are key part of object oriented programming in PHP. Let’s understand what are classes and objects.