get_news_list($db,$form); $smarty->assign("list",$list); } function get_news_list($db,$form) { $sql = "SELECT A.* FROM wp_posts A WHERE A.post_type ='information' and A.post_status ='publish' order by A.post_date DESC "; $voice_list = $db->get_all($sql); return $voice_list; } } new ExPage(); ?>