In this basic PHP project, we created a Blog that implements the most important terms related to OPP (object oriented programming ) !
In this project, we aimed mainly to:
- Structuring Classes.
- Defining Class Properties.
- Overwriting Inherited Properties and Methods.
- Assigning the Properties and Methods visibility.
- Managing Protected Properties and Methods.
- Managing Static Properties and Methods.
- Implementing Design patterns such as : Singleton.
The project comes under two versions:
That is the basic version of the PHP blog implenetation.
The final stable version including the main features, mentioned above!