find('home_info',array( 'infoid'=>$infoid, )); if($strInfo==''){ ts404(); } $strInfo['title'] = tsTitle($strInfo['title']); $strInfo['content'] = nl2br(tsDecode($strInfo['content'])); $arrInfo = $new['home']->findAll('home_info',null,'orderid asc'); $title = $strInfo['title']; include template('info');