Skip to content

Instantly share code, notes, and snippets.

@kahlil
Created October 4, 2010 14:53
Show Gist options
  • Save kahlil/609821 to your computer and use it in GitHub Desktop.
Save kahlil/609821 to your computer and use it in GitHub Desktop.
Contao: get global page vars
<?php
global objPage;
print_r($objPage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment