Developer's Manual  System Variables and Constants  suDOC

suDOC

Constant suDOC stores id of current page.

Example

<?
$query
= "SELECT id, title FROM " . suPAGES . " WHERE active = 1 AND parent = " . suDOC;
?>
Please login to add comments.