Skip to content

Instantly share code, notes, and snippets.

<?php
include_once('plugins/pog/objects/class.trend.php');
include_once('plugins/pog/objects/class.trendhistory.php');
include_once('plugins/pog/objects/class.database.php');
include_once('plugins/pog/configuration.php');
function get_trend_data($hotness, $direction)
{
$t = new Trend();