示例#1
0
 function single($id)
 {
     $question = new sp_question($id);
     return $question->get_active_code();
 }
示例#2
0
文件: index.php 项目: rb2/MaxSite-CMS
function samborsky_polls($id = 0)
{
    $question = new sp_question($id);
    return $question->get_active_code();
}