where('id',$id)->getOne(T_QUESTIONS); if (empty($question)) { header('Location: ' . UrlLink('404')); exit(); } ?>