class FooterWidget extends Widget
{
public function run()
{
$io = Common::findOne(['id' => '1']);
return $this->render('footer', compact('io'));
}
}
if ($this->beginCache($id, ['duration' => 3600])) {
echo \app\widgets\Menu::widget();
}