Login   Register  
PHP Classes
elePHPant
Icontem

File: static_page_instructions.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2003-08-10 04:49
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.