Skip to content

Instantly share code, notes, and snippets.

@uglyeoin
Last active May 25, 2017 12:41
Show Gist options
  • Save uglyeoin/bf3c1ed3dc1106aec01b2646a4576a95 to your computer and use it in GitHub Desktop.
Save uglyeoin/bf3c1ed3dc1106aec01b2646a4576a95 to your computer and use it in GitHub Desktop.

// Get the whole Joomla! application if you're not already doing so.

$app = JFactory::getApplication();

echo "<pre>" . print_r($params) . "</pre>";
// Shows human readable list of items in array
echo print_r($params);
// Shows list of items as well as their type e.g. boolean, integer, string...
echo var_dump($params);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment