Skip to content

CRUD with property container pattern. ( Implementation of the Property container pattern using the example of a Create / Read / Update / Delete application ).

Notifications You must be signed in to change notification settings

vlad-boyarsky/PropertyContainerCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CRUD with Property Container Pattern

Property Container Pattern - provided for dynamically acquiring objects with available attributes at run time. In addition, a few more modules may be suggested at the time of placement that explicitly use the new properties, if one has been added.

    get(); set(); Realisation

In this example, the implementation of the Property Container Pattern using CRUD

    public function create(string $value): void;

    public function read(int $id): string;

    public function update(int $id, string $value): string;

    public function delete(int $id): void;

About

CRUD with property container pattern. ( Implementation of the Property container pattern using the example of a Create / Read / Update / Delete application ).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages