tag

home / developersection / tag

Checkpoint To Pick The Best Laravel Developers
php 13-May-2019
Checkpoint To Pick The Best Laravel Developers

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.

Why to Choose Asp.Net Web Application Development over PHP?
asp.net 05-Oct-2018
Why to Choose Asp.Net Web Application Development over PHP?

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

Why is Magento Preferred Over Other E-Commerce Platforms?
business 14-Feb-2018
Why is Magento Preferred Over Other E-Commerce Platforms?

Both developers and online shop owners prefer Magento platform over other ecommerce technologies.

Peachpie
.net 28-Jun-2016
Peachpie

Peachpie is a latest PHP compiler released by Microsoft. It opens the door for PHP developers in the .net development world and vice-versa. However, it is still a concept and under progress.

Registration in PHP
php 24-Jun-2016
Registration in PHP

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.

Directory Handling in PHP
php 23-Jun-2016
Directory Handling in PHP

In this section we will learn how to handle directories or folder. Following are the topics which we will discuss in this section:

Traits in PHP
php 22-Jun-2016
Traits in PHP

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 in PHP
php 20-Jun-2016
Overloading and overriding in PHP

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 in PHP
php 18-Jun-2016
Inheritance 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.

Visibility in PHP
php 18-Jun-2016
Visibility in PHP

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.

Magic method in PHP
php 17-Jun-2016
Magic method in PHP

The magic methods are one with special names which are executed in response to some events.

Class and Object in PHP
php 17-Jun-2016
Class and Object in PHP

Object and class are key part of object oriented programming in PHP. Let’s understand what are classes and objects.