Login   Register  
PHP Classes
elePHPant
Icontem

File: README

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Valics Lehel  >  PaginationClass  >  README  >  Download  
File: README
Role: Documentation
Content type: text/plain
Description: README
Class: PaginationClass
Show links to browse listings using templates
Author: By
Last change:
Date: 2008-03-23 01:29
Size: 1,002 bytes
 

Contents

Class file image Download
cls_pagination
This is a class for pagination implemented with the use of FastTemplate.
With this class, you can split your results into many pages, based on different styles, settings and what is most important, it is HTML template based, language file and CSS easy to implement in any sites.


* Get the latest FastTemplate http://fasttemplate.grafxsoftware.com/.

STRUCTURE:
includes
	cls_fast_template.php
	cls_pagination.php			the class which makes the job
language
	en.inc.php					for multilanguage purpose
programtemplates
	index_content_templ.html	the content part of the 2 templates example(index2.php)
	index_main_templ.html		the main part of the 2 templates example(index2.php)
	index_templ.html			the template for the 1 template example(index.php)

index.php	1 template example
index2.php	2 templates example


index.php is with type=0(BASIC) and index2.php with type=5(FULL)

INSTALL:
Just copy somewhere into a hosting folder and just use those 2 files above.