php フレームワーク
例:$_SERVER['HTTP_USER_AGENT']
関数リファレンス
$this->load->library('user_agent');
if ($this->agent->is_mobile())
{
$this- >load->view(' a.php',$this->getpagedata());
}
else
{
$this->load->view('b.php',$this ->getpagedata());
}
CI フレームワークには独自のものが付属しています。完成しましたので、みんなで共有してください
これが CI フレームワークが図をデバッグする方法です。 .php を追加する必要がありますか?