Skip to content
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

executeMulti All record #89

Open
FairPrice opened this issue Oct 19, 2012 · 0 comments
Open

executeMulti All record #89

FairPrice opened this issue Oct 19, 2012 · 0 comments

Comments

@FairPrice
Copy link

Example

$retval = $hs->executeMulti(
array(array(1, '=', array('k1'), 1, 0),
array(1, '=', array('k2'), 1, 0)));

var_dump($retval);

unset($hs);

Bring on the 1st recording, and how to display all the entries ?

array(array(1, '=', array('k1'), -2, 0)

Tried to specify -2 like work, as well as worked -1 but stopped. Someone tell me how to do ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants