We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of, thank you for sharing the API!
Just ran the examples on my php box; I am getting the following notice with example '1_document'
Notice: Undefined property: Channel::$total_pages in /public/sites/[something]/master/examples/1_document/index.php on line 42
Pagination is broken, and the $per variable also doesn't do much.
The following code also doesn't do much (gets me the above notice as well).
<?= $channel->total_pages; ?> <?= $channel->current_page; ?>
Any idea what is wrong/any idea what I am overlooking?
The text was updated successfully, but these errors were encountered:
Looks like the same as my issue ivangreene/arena-js#29
Sorry, something went wrong.
No branches or pull requests
First of, thank you for sharing the API!
Just ran the examples on my php box; I am getting the following notice with example '1_document'
Pagination is broken, and the $per variable also doesn't do much.
The following code also doesn't do much (gets me the above notice as well).
Any idea what is wrong/any idea what I am overlooking?
The text was updated successfully, but these errors were encountered: