PHP Classes

File: static_page_instructions.txt

Recommend this page to a friend!
  Classes of ted kappes   Paginator   static_page_instructions.txt   Download  
File: static_page_instructions.txt
Role: Documentation
Content type: text/plain
Description: Instructions for Static_page
Class: Paginator
Spliting database query result sets between pages.
Author: By
Last change:
Date: 20 years ago
Size: 406 bytes
 

Contents

Class file image Download
This class likely has limited use. If you have some static pages that have a predictable pattern like homepage.php, page1.php, page2.php, etc... You can use this to make links to those pages. Just include the following code on each page. include ("static_page.php"); $a = new Static_page; $a->getPrevNext(); I imagine that those with imagination can expand these links. And feel free to do so.