An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# php oops

## php object oriented programing style

> class and object basic

> attribute

> Access Modifire

> __construct()

> __destruct()

> abstraction

> interface