Object Oriented Programming with PHP – Lesson 01

Meet you again on Lesson one, Hope you have got a clear picture about Introduction in your mind.For my today and coming session you have to create two php files :1. index.php2. oop.phpOOP is all about creating module based codes. So our object oriented PHP code file also a dedicated php file(oop.php) then we will added to our normal file called index.phpIn today’s session all … Continue reading Object Oriented Programming with PHP – Lesson 01

Object Oriented Programming with PHP – Introduction

OOP is a kind of approach added in PHP5 that makes building complex, modular and reusable web applications that much easier.PHP programmers now have the big power of Object Oriented Concepts in PHP on the release of PHP5.In this tutorial session, we are walk-through step by step approach to understanding the OOP PHP and differences between the old PHP.People get more confused when programming because … Continue reading Object Oriented Programming with PHP – Introduction