Aller au contenu principal Aide Panneau de contrôle

A+   A-

Logiciel serveur «  

Documentation : articles/layout_articles_as_alistapart.php

Class Layout_articles_as_alistapart extends Layout_interface - Layout articles as alistapart do

This script is a reference file of this system.

Voir aussi :

Licence : GNU Lesser General Public License

Auteurs :

items_per_page() - The preferred number of items for this layout

function items_per_page()

  • returns int 100 - this layout has no navigation bar



Voir aussi :

layout() - List articles as alistapart did

function &layout(&$result)

  • &$result - resource the SQL result
  • returns string the rendered text



Voir aussi :

layout_newest() - Layout the newest articles

function layout_newest($item)

  • $item - array the article
  • returns string the rendered text

caution: this function also updates page title directly, and this makes its call non-cacheable
tn