Home « Server software «
Documentation: sections/layout_sections_as_boxesandarrows.php
Class Layout_sections_as_boxesandarrows extends Layout_interface - Layout sections as boxesandarrows do
This layout is based upon a definition list (i.e., <dl>...</dl>). Each definition term (i.e., <dt>...</dt>) is made of the section title, eventually prefixed with special icons. Definition data (i.e., <dd>...</dd>) is built upon the section introduction, followed by the list of articles in the section.This script is a reference file of this system.
Voir aussi:
Licence: GNU Lesser General Public License
Auteurs:
- Bernard Paques bernard.paques@bigfoot.com
Testeurs:
- Pierre Robert
items_per_page() - The preferred number of items for this layout
function items_per_page()
- returns int the optimised count of items for this layout
Voir aussi:
layout() - List sections as boxandarrows does
function &layout(&$result, $capability='?')
- &$result - resource the SQL result
- $capability='?' - string '?' or 'A', to support editors and to impersonate associates, where applicable
- returns string the rendered text
Voir aussi: