-3

Possible Duplicate:
How do you implement pagination in PHP?

Objective :

  • Input : A JSON URL (in this case ,a facebook json)
  • Output : The complete JSON (neatly stitched together)
  • Process : It gets the json url, fetches the datd, proceeds to the "next" "page", fetches the data to the former data .... does this till the end.

If there is no framework, can you help me with the code?

Community
  • 1
  • 1
  • research pagination classes. There are a ton of them – Paul Dessert Oct 25 '12 at 20:14
  • Problem: Too wide-scoped, and not exactly a question - might get closed soon.. – raidenace Oct 25 '12 at 20:16
  • @Paul . The answers I found from google, pagniation classes, pager all seem to tell me how to do pagination for my data... I need the reverse.... how to get data from pages .... and store in a single source. Can any one tell me how to do that? – user1744649 Oct 25 '12 at 20:25

1 Answers1

1

Here is a bundle for SF2 FrameWork https://github.com/KnpLabs/KnpPaginatorBundle

Download the FW @ : http://symfony.com/

Ydhem
  • 928
  • 2
  • 14
  • 36