Thursday, January 14, 2016

New PHP tutorials were added on our site

New tutorials were added in PHP Tutorials section on our site.

They recommended both for beginners and advanced PHP programmers.


1. Loops in PHP - understanding loops in PHP

When using php as your programming language, it is often required that you want your codes to be executed again and again for number of times. This is where PHP loops comes handy. PHP provides 3 different types of loops to handle your requirements.

2. Creational Design Patterns in PHP

In this tutorial we'll discuss about the creational patterns, that aim to separate a system from how its objects are created, composed, and represented. They increase the system's flexibility in terms of the what, who, how, and when of object creation. Let's check this idea in details.

Fell free to leave your comments and suggestions.