Category: Php

How to Setup or Install a WampServer on Windows?

WAMP SERVER WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and a MySQL database. It also comes with phpMyAdmin and SQLite Manager to easily manage your databases. 1. Download a copy of WAMP First you will need to download WAMP from www.wampserver.com You will have option to […]

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 […]

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 […]