// distributions | // distributions | ||||
$firstDistribution = Distribution::searchOne([], [ | $firstDistribution = Distribution::searchOne([], [ | ||||
'orderby' => 'id ASC' | |||||
'orderby' => 'date ASC' | |||||
]) ; | ]) ; | ||||
$lastDistribution = Distribution::searchOne([], [ | $lastDistribution = Distribution::searchOne([], [ | ||||
'orderby' => 'id DESC' | |||||
'orderby' => 'date DESC' | |||||
]) ; | ]) ; | ||||
$firstYear = date('Y',strtotime($firstDistribution->date)) ; | $firstYear = date('Y',strtotime($firstDistribution->date)) ; |