Skip to content

Instantly share code, notes, and snippets.

View amgando's full-sized avatar

Sherif Abushadi amgando

View GitHub Profile
<?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();