#1
Task Manager Tutorial v2

I noticed that there is no pagination, offset, limit or search phrase. Is this the standard with v2?
#2
Hi Dan,

I'd say DC's new tutorials on v2 are designed to introduce Trongate v2 with native PHP in the simplest way possible. While pagination still exists in v2it would add too much complexity and confuse newcomers. I'd assume this might be a video for another time.
#3
Ok, so we just add pagination and searchphrase the same way in v1?

Would these, pagination and searchpharse be better added to the model file in the module?

I am figuring out what should go into the model file v controller file.

Thanks
#4

The thread creator has indicated that this post solved the problem or provided the best insight.

Members who post winning responses earn points for our leaderboard.
Points mean prizes!
Hi Dan,

I created a tasks module on GitHub for the documentation. This one uses pagination.

#5
David, Thank you very much. And thanks to Simon as well.

Dan
#6
You know I did not realize that pagination is a module in v2.
I'll have to read up on that