Category: LAMP

OOPS Classes and Objects

Basics of OOP in PHP Part 1

Object Oriented Programming is all about to create a modular structure for your applications. Whether your application is web based or desktop based application, OOP is a design concept with which you can create a modular code structure. Most important...

OOP in PHP

Introduction to Object Oriented Programming in PHP

Object Oriented Programming is the approach to group all the variables and functions of a particular functionality/topic in a single class. As compared to procedural programming style, Object Oriented Programming is considered to be fast, advanced, and efficient. We may...

Introduction LAMP

Introduction to LAMP Stack

LAMP stands for Linux, Apache, MySQL, and PHP which means that it’s an open source technology which uses Linux as an operating system, Apache as a web-server, MySQL as a database, and PHP as a object oriented server side scripting...