05-22-2016, 10:23 PM
Ok. I figured out that the findById method works for your situation and is a little simpler. Try this
and
See if that works.
Code:
$league = $db->findById($leagueKey,'leagues');
Code:
$player = $db->findById($playKey,'player');
See if that works.