XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Espaces de nommage | |
core | |
Variables | |
$sql = 'SELECT storyid, title FROM ' . $xoopsDB->prefix('stories') . ' WHERE published>0 AND published<' . time() . ' ORDER BY published DESC' | |
$result = $xoopsDB->query($sql, 10, 0) | |
if(! $result) | else |
while (false !==(list( $storyid, $title)=$xoopsDB->fetchRow( $result))) | |
$result = $xoopsDB->query($sql, 10, 0) |
$sql = 'SELECT storyid, title FROM ' . $xoopsDB->prefix('stories') . ' WHERE published>0 AND published<' . time() . ' ORDER BY published DESC' |
if (! $result) else |
while(false !==(list($storyid, $title)=$xoopsDB->fetchRow($result))) |