Documentation : articles/layout_articles_as_digg.php
Class Layout_articles_as_digg extends Layout_interface - Layout articles as digg do
This script is a reference file of this system.
Licence : GNU Lesser General Public License
Auteurs :
- Bernard Paques bernard.paques@bigfoot.com
- Thierry Pinelli (ThierryP)
items_order() - The preferred order for items
function items_order()
- returns string to be used in requests to the database
Voir aussi :
items_per_page() - The preferred number of items for this layout
function items_per_page()
- returns 20
Voir aussi :
layout() - List articles as digg do
function &layout(&$result)
- &$result - resource the SQL result
- returns string the rendered text
Voir aussi :