Download List

项目描述

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 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

类是完全改变了。此版本增加了一个类,一个预定义的起始网页,扩大的例外清单,方法get_history_back,get_history_next,is_history_back几个对象的创建(一回来查看网页),is_history_next(查看下一页),get_history_backs(去第一页),get_history_nexts(到最后一页),和get_history_header(转到下一个网页上,并使用外部参数)。它增加了历史的“永远”,并有更多的兼容性与JavaScript:history.go()(不检查上一个和下页)。新方法已增加了对历史的操纵“总是”。
标签: 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