Home « Server software «
Documentation: tables/index.php
tables/index.php - The index page for tables
Within YACS context a table is a SQL statement used to create dynamic lists of records.For a comprehensive description of tables, you should check the database abstraction script at tables/tables.php.
This page list tables available in the system.
Note that because table records have no active field, as other items of the database, they cannot be protected individually. Because of that only associates can access this page. Other surfers will have to go through related pages to access tables. Therefore, tables will be protected by any security scheme applying to related pages.
Let take for example a table inserted in a page restricted to logged members. Only authenticated users will be able to read the page, and the embedded table as well. Through this index associates will have an additional access link to all tables.
The main menu has navigation links to browse tables by page, for sites that have numerous tables.
Tables are displayed using the default decorated layout.
A list of most recent articles is displayed as a sidebar.
Accept following invocations:
- index.php (view the 20 top tables)
- index.php/2 (view tables 41 to 60)
- index.php?page=2 (view tables 41 to 60)
This script is a reference file of this system.
Licence: GNU Lesser General Public License
Auteurs:
- Bernard Paques bernard.paques@bigfoot.com
Reste à faire:
- allow for download as CSV to anonymous surfers