Download List

Projeto Descrição

This class can be used to keep track of the pages
navigated by a user, so it can generate back or next links
providing a similar effect to the use of the
Javascript history.go() function. It uses
sessions to store an array variable that holds the
URL of each page of a site that the user accesses.
It can limit the number of pages that are kept in
the history array. It may also ignore pages
accessed with the POST method or with certain URLs
based on options that define exclusion regular
expressions. The class can generate links to go
back to the last page or the first page that was
recorded.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-02 21:26 Back to release list
1.3

A classe está completamente mudado. Esta versão adiciona criação de vários objetos de uma classe, uma página inicial predefinida, uma extensa lista de exceções, e os métodos get_history_back, get_history_next, is_history_back (verifique novamente uma página), is_history_next (confira na página seguinte), get_history_backs (ir para o primeira página), get_history_nexts (vá para a última página), e get_history_header (vá para as páginas anteriores e seguintes utilizando parâmetros externos). Acrescenta que as páginas da história "sempre", e tem mais compatibilidade com javascript: history.go () (nenhuma verificação anterior e seguinte). Novos métodos têm sido adicionadas para a manipulação da história "sempre".
Tags: Major feature enhancements
The class is completely changed. This release adds creation of several objects of a class, a predefined start page, an expanded list of exceptions, and the methods get_history_back, get_history_next, is_history_back (check back one page), is_history_next (check the next page), get_history_backs (go to the first page), get_history_nexts (go to the last page), and get_history_header (go to the previous and next pages using external parameters). It adds history "always", and has more compatibility with javascript:history.go() (no checking previous and next pages). New methods have been added for the manipulation of history "always".

Project Resources