Download List

项目描述

Yap (Yet Another Pager) is a PHP pager that
supports row editing and interactive search
patterns. It has two view modes, table view and
detail view. The user or the referring script may
specify the number of rows to display. Add, modify,
and delete operations may be permitted per row.
The modified data can be validated by a custom
function prior to being written back to the
database. It works with Mysql and MS Access (ODBC connection).

系统要求

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.

2007-01-24 09:25
2.1.0

这个版本移动需要制订出主类形式的过滤器的代码。新的MVC方法给予更大的灵活性,自定义窗体布局。新版本还提供建设行过滤器,如日期,范围,或选择框,更多的输入框。
标签: Major feature enhancements
This release moves the code required to draw the
filter form out of the main class. The new MVC
approach gives more flexibility to customize the
form layout. The new version also provides more
input boxes for building the row filters, such as
date, range, or select box.

2004-09-30 23:10
1.2.0

这个版本使用一个数据库抽象层,现在可以扩大连接到PHP所支持的其他数据库。这个版本的模块来连接MySQL和MS Access(通过ODBC函数)。
标签: Major feature enhancements
This version uses a database abstraction layer, and may now be extended to connect to other databases supported by PHP. This version has the module to connect to MySQL and MS Access (through the ODBC functions).

2004-09-01 22:51
1.1.1

此版本增加了更多的文本格式的控制。它有自己的选择,允许用户设定要使用的格式输出表中的值。每一列可能有自己的格式。
标签: Minor feature enhancements
This release adds more control on text formatting. It has options that allow the user to set the format to use to output the table values. Each column may have its own format.

2004-06-22 00:28
1.1.0

此版本侧重于用户界面。在PHP代码构建用户界面已经被搬离主类。几个新的班级已经建立,以处理各种接口的对象。我们的目标是使其更易于定制的输出布局。在叶网站显示了一个定制的例子(各个环节都从文本链接图片链接更改)。
标签: Minor feature enhancements
This release focuses on the user interface. The PHP code that builds the user interface has been moved out of the main class. Several new classes have been created to handle the various interface objects. The goal is to make it easier to customise the output layout. The Yap Web site shows a customisation example (the various links are changed from text link to pictures link).

2004-03-28 16:37
1.0.1

列类型识别是固定的。先前发布的一个错误,如果表中的BLOB /文本/设置/枚举列。阿也取得了缺陷修复的错误报告的类如果您没有设置的编辑功能(即使在这些职能的情况下不启用)所使用的参数。一个新的设置允许的前15行显示页面时首次调用。默认的行为要求类只显示搜索框。
标签: Major bugfixes
Identification of the column type was fixed. The
previous release issued an error if the table
contained blob/text/set/enum columns. A bugfix was
also made for the error that the class reported if
you didn't set the parameters used by the edit
functions (even in cases where those functions
weren't enabled). A new setting allows the first
15 rows to be shown when the page is called for
the first time. The default behavior requires the
class to show only the search box.

Project Resources