An open API service indexing awesome lists of open source software.

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.

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