]> git.m6w6.name Git - m6w6/pq-gateway/commit
data mapper POC
authorMichael Wallner <mike@php.net>
Sat, 19 Sep 2015 07:05:50 +0000 (09:05 +0200)
committerMichael Wallner <mike@php.net>
Sat, 19 Sep 2015 07:05:50 +0000 (09:05 +0200)
commite6da4c7430e5c5b4ba482206e42aeebb4363d2b3
tree7f7095d269b9aee22629c5ffd6066d774af745b3
parent0861b6cd0d8f86add1a068fd3d9740428c8418cd
data mapper POC
19 files changed:
.gitignore
README.md
composer.json
composer.lock [new file with mode: 0644]
lib/pq/Gateway/Table/Reference.php
lib/pq/Mapper/Map.php [new file with mode: 0644]
lib/pq/Mapper/MapInterface.php [new file with mode: 0644]
lib/pq/Mapper/Mapper.php [new file with mode: 0644]
lib/pq/Mapper/ObjectCache.php [new file with mode: 0644]
lib/pq/Mapper/Property.php [new file with mode: 0644]
lib/pq/Mapper/Property/All.php [new file with mode: 0644]
lib/pq/Mapper/Property/Field.php [new file with mode: 0644]
lib/pq/Mapper/Property/Ref.php [new file with mode: 0644]
lib/pq/Mapper/PropertyInterface.php [new file with mode: 0644]
lib/pq/Mapper/RefProperty.php [new file with mode: 0644]
lib/pq/Mapper/RefPropertyInterface.php [new file with mode: 0644]
lib/pq/Mapper/Storage.php [new file with mode: 0644]
lib/pq/Mapper/StorageInterface.php [new file with mode: 0644]
pq-stub.php [new file with mode: 0644]