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

zk->getAttendance() not returning any result #43

Open
iancuyugan opened this issue Jul 18, 2018 · 1 comment
Open

zk->getAttendance() not returning any result #43

iancuyugan opened this issue Jul 18, 2018 · 1 comment

Comments

@iancuyugan
Copy link

Hello.

We're trying to use your library to work with our F22 device but it's not returning any attendance logs.

It will load for a few minutes where it will display the device data and user data but when it finishes loading it just shows an empty attendance data table.

Do you have an idea why its not generating the attendance data?

@nbbaataraa
Copy link

nbbaataraa commented Nov 18, 2018

try this.

getAttendance(); foreach($attendance as $key=>$value) { $uid = $value[0]; $id = $value[1]; $state = $value[2]; $date = $value[3]; $time = $value[4]; { ?>

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

2 participants