Study Dolphins


$pods = new Pod('university');
$pods->findRecords('name ASC', 25);
echo $pods->showTemplate('university_listing');