https://github.com/punitkatiyar/php-oops
php object oriented programing style
https://github.com/punitkatiyar/php-oops
oop php
Last synced: 4 months ago
JSON representation
php object oriented programing style
- Host: GitHub
- URL: https://github.com/punitkatiyar/php-oops
- Owner: punitkatiyar
- License: mit
- Created: 2021-12-21T08:08:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T10:04:48.000Z (over 1 year ago)
- Last Synced: 2025-06-01T20:31:14.818Z (5 months ago)
- Topics: oop, php
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php oops
## php object oriented programing style
> class and object basic
> attribute
> Access Modifire
> __construct()
> __destruct()
> abstraction
> interface