Tag: PHP

What is Array in PHP?

Course Duration:

Array is an important part in PHP and plays an indispensable role in creating any webpage. If you have any doubt in the use of Array in PHP than you should definitely read this blog.  We have created this blog to explain the use of Array in PHP in a easy way. Here I’m going […]

Read More
10 Things You must Know if You are a PHP Programmer

Everyone from us have bad habits similarly every PHP programmers also have so it is good to get rid of them as soon as possible. If we dont follow few important principles or guidelines to code then it can cause a daunting experience and can put the future of app in danger too. So, lets […]

Read More
CakePHP Tutorial Installing and Creating Your First Project in CakePHP

CakePHP is an open source web application framework of PHP. Although our institute’s PHP Master Course covers it very well yet I decided to write an useful article on CakePHP for many of the beginners and our PHP students. CakePHP framework provides a robust base for advanced applications written in PHP. It can handle every aspect, from the […]

Read More
CakePHP Tutorial Installing and Creating Your First Project in CakePHP

Cake is a framework of PHP and is very powerful. It makes the application more robust and manageable. CakePHP is based on the MVC (Model-View-Controller) software design pattern. Introduction to the MVC Design Pattern in The MVC pattern separates the application into three parts, the Model layer, the Controller layer and the View layer. The […]

Read More