Part I: Creating and Reading of MySQL Data Using OOP Approach in PHP
This tutorial I will show you on how to perform Object Oriented Programming using PHP and how easy to manage our source code and deal with objects and update the code easily. Before we move on to writing object-oriented code in PHP, it is important to understand the basic concept of classes, objects, properties, and methods.
A Class is like a blueprint of a car. It defines how car created from the blueprint will look and behave, but it still an abstract concept.
An Object is like a real car created from the blueprint.
- Read more about Part I: Creating and Reading of MySQL Data Using OOP Approach in PHP
- Log in or register to post comments
- 152 views