Documentation : articles/layout_articles_as_select.php
Class Layout_articles_as_select extends Layout_interface - Layout articles to select one
This is a special layout aiming to target a template for a new post.This script is a reference file of this system.
Voir aussi :
Licence : GNU Lesser General Public License
Auteurs :
- Bernard Paques bernard.paques@bigfoot.com
- Thierry Pinelli (ThierryP)
layout() - List sections
function &layout(&$result)
- &$result - resource the SQL result
- returns an array of items
Voir aussi :
one() - Format just one item
function &one(&$item)
- &$item - array attributes of one item
- returns array of ($url => array($prefix, $label, $suffix, ...))
Voir aussi :