Task Manager Tutorial v2
I noticed that there is no pagination, offset, limit or search phrase. Is this the standard with v2?
Task Manager v2 files
6 months ago
6 months ago
#1
5 months ago
#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.
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.
5 months ago
#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
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
5 months ago
#4
★ Winning Post! ★
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!
I created a tasks module on GitHub for the documentation. This one uses pagination.
5 months ago
#5
David, Thank you very much. And thanks to Simon as well.
Dan
Dan
5 months ago
#6
You know I did not realize that pagination is a module in v2.
I'll have to read up on that
I'll have to read up on that