https://github.com/nayibor/cake_backbone_pagination
This repository is for a demonstration of using backbone.js and underscore templates to create pagination on the client side.
https://github.com/nayibor/cake_backbone_pagination
backbonejs javascript pagination underscore
Last synced: 7 days ago
JSON representation
This repository is for a demonstration of using backbone.js and underscore templates to create pagination on the client side.
- Host: GitHub
- URL: https://github.com/nayibor/cake_backbone_pagination
- Owner: nayibor
- Created: 2017-02-05T22:56:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T23:03:49.000Z (about 8 years ago)
- Last Synced: 2025-02-16T08:43:33.528Z (2 months ago)
- Topics: backbonejs, javascript, pagination, underscore
- Language: PHP
- Size: 243 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#What is this
This repository is for a demonstration of using backbone.js and underscore templates to create pagination on the client side.
Getting data can be done using any server side framework(cakephp,laravel,phoenix,zend) but cakephp was used as server side example .
The paginate_info folder contains
* ProductController.ctp which contains the controller file which was made using cakephp
* paginate_models.js contains the backbone model data
* paginate_template.ctp contains the backbone template for pagination