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-12-07 16:41
1.3.1

下列新功能增加了:get_history_go($步),is_history_go($步),get_always_go($步骤),以及is_always_go($步骤)。如果$步骤大于0,则next_step使用,否则back_step使用。整型参数,$ is_back_next_param,增加了在构造。如果是1,则附加参数在URL中使用(这是默认行为)。如果是0,那么额外的URL中的参数不使用,只有一个正常的一步。
标签: Minor feature enhancements
The following new functions were added:
get_history_go($step), is_history_go($step),
get_always_go($step), and is_always_go($step). If
$step is greater than 0, then next_step is used,
else back_step is used. The integer parameter,
$is_back_next_param, was added in the constructor.
If it is 1, then additional parameters in the URL
are used (which is the default behavior). If it is
0, then additional parameters in the URL are not
used, which only works correctly for one step.

2005-10-02 21:26
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".

2005-09-26 22:21
1.2

标签: Initial freshmeat announcement

Project Resources