![]() |
API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
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))) | |
| $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))) | ( | false ! | = = (list($storyid, $title) = $xoopsDB->fetchRow($result)) | ) |