documentContent
API Quick reference
Variable name: | documentContent |
CMS versions: | 0.9.x + Evo |
Variable type: | int |
Object parent: |
API:documentContent
Description
Contains the [*content*] of the page being viewed.
Usage / Examples
<?php echo ( $modx->documentContent ); // note that executing this code inside the [*content*] field will cause a loop. ?>
Suggest an edit to this page.