API - XOOPS 2.5.11 Beta 2
By monxoops.fr
pda.php File Reference

Namespaces

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

Variable Documentation

◆ $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
Initial value:
{
echo "<img src='images/logo.gif' alt='" . htmlspecialchars($xoopsConfig['sitename'], ENT_QUOTES) . "' border='0' /><br>"
global $xoopsConfig
Definition: image.php:20

◆ while

while(false !==(list($storyid, $title)=$xoopsDB->fetchRow($result))) ( false !  = = (list($storyid, $title) = $xoopsDB->fetchRow($result)))