I have been using your class for long time. We are modifying our scripts and now instead of saving templates in the DB we want to show them on the fly i.e. fetch templates from http://www.templatemonster.com/webapi/templates_screenshots4.php and show them on the website. Now this URL allows you to specify 'from' and 'to' arguments. In my case i want to show 40 templates per page. If i set from=1 and to=40, this doesn't give me 40 templates since records between 1 and 40 might have been deleted by templatemoster.com. I looked at the output returned, and it was confirmed that random template IDs exist in the output. e.g. I saw 1,2 and then 3,4,5 were missing, again 6,7,8 were present and no template ID from 9 to 15.
The problem is how can i get exactly 40 templates? Is there any specific parameter or any work around?
Any help is much appreciated.
Thx