doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

README/Documentation #8

Closed jonmchan closed 11 years ago

jonmchan commented 12 years ago

Trying to try out this library, but the documentation is no longer valid.

The EntityManager signature is now:

public function __construct(Storage $storageDriver, Configuration $config)

and doesn't fit with:

$entityManager = new EntityManager($storage,$cache,$metadata);

Can someone please update the documentation and give us a working example on how to use the library?

Thanks, Jonathan