Home « Server software «
Documentation: skins/layout_home_articles_as_slashdot.php
Class Layout_home_articles_as_slashdot extends Layout_interface - Layout articles as slashdot do
This script is a reference file of this system.
Voir aussi:
Licence: GNU Lesser General Public License
Auteurs:
- Bernard Paques bernard.paques@bigfoot.com
items_per_page() - The preferred number of items for this layout
function items_per_page()
- returns 10
Voir aussi:
layout() - List articles as slashdot do
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: