https://github.com/brianobot/learning-oop-in-php
Codebase of my learning of OOP in PHP
https://github.com/brianobot/learning-oop-in-php
learning learning-by-doing learning-php oop php
Last synced: 3 months ago
JSON representation
Codebase of my learning of OOP in PHP
- Host: GitHub
- URL: https://github.com/brianobot/learning-oop-in-php
- Owner: brianobot
- Created: 2024-02-05T20:28:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-06T07:49:12.000Z (over 1 year ago)
- Last Synced: 2025-01-21T07:12:55.157Z (5 months ago)
- Topics: learning, learning-by-doing, learning-php, oop, php
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning-OOP-in-PHP
## Introduction
This is a memo of my learning oop in php, actually i am learning most php in the process, the codes here are written with php version 8.1 in mind, if you are using a lower version some features which are introduced in version 8 might not work in your code.Contribution
The content of this repo reflect codes written by me when learning from the php official manual . So any technical improvement that can be done to any code here is whole heartedly welcome.