I'm converting an old Smarty template setup into strict HTML/CSS + PHP. Can someone explain what the snippet of code is doing?
$grading_periods[gps].grading_period
Here is the line of code that assigns it.
$tpl->assign('grading_periods',$grading_periods);
Thanks