Home « Server software «
Documentation: actions/index.php
actions/index.php - The index page for actions
In YACS context, actions are a straightforward mean of implementing some weak form of workflow.For a more comprehensive description of actions, you should check the database abstraction script at actions/actions.php.
This page list actions available in the system.
Note that because action 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 actions. Therefore, actions will be protected by any security scheme applying to related pages.
Let take for example an action inserted in a page restricted to logged members. Only authenticated users will be able to read the page, and the embedded action as well. Through this index associates will have an additional access link to all actions.
The main menu has navigation links to browse actions by page, for sites that have numerous actions.
Actions 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 actions)
- index.php/2 (view actions 41 to 60)
- index.php?page=2 (view actions 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