XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier pda.php

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)))
 

Documentation des variables

◆ $result

$result = $xoopsDB->query($sql, 10, 0)

◆ $sql

$sql = 'SELECT storyid, title FROM ' . $xoopsDB->prefix('stories') . ' WHERE published>0 AND published<' . time() . ' ORDER BY published DESC'

◆ else

if (! $result) else
Valeur initiale :
{
echo "<img src='images/logo.gif' alt='" . htmlspecialchars($xoopsConfig['sitename'], ENT_QUOTES) . "' border='0' /><br>"

◆ while

while(false !==(list($storyid, $title)=$xoopsDB->fetchRow($result)))
$xoopsConfig
global $xoopsConfig
Definition: image.php:20