-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi key support #238
base: master
Are you sure you want to change the base?
Multi key support #238
Conversation
} else { | ||
$q->data = (array) $res; | ||
$q->keyval = $id; | ||
switch ($this->_key_type()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think $this should be $q here and on 536.
I think both of those comments might be related (first one causing the second). Can you run those tests again with that model fix I pushed? |
Still getting the exact same results. Do you have PHPUnit, and can you try running the tests via
|
Added methods: _key_type
Updated methods: __construct, get, put, remove, field
TODO methods: __call, next