示例#1
0
 function execute($requests)
 {
     $u = $GLOBALS['KTAI_C_MEMBER_ID'];
     //最新書き込みコミュニティ5件
     $this->set("c_commu_list_lastupdated", db_commu_c_commu_list_lastupdated(5));
     //子カテゴリのリスト
     $this->set("c_commu_category_list", db_commu_c_commu_category4null());
     //親カテゴリのリスト
     $this->set('c_commu_category_parent_list', db_commu_c_commu_category_parent_list4null());
     // 作成可能カテゴリリスト
     $this->set('c_commu_category_is_create_commu', db_commu_c_commu_category4is_create_commu());
     return 'success';
 }
示例#2
0
function k_p_h_com_find_all_c_commu_list_lastupdated($limit = 5)
{
    return db_commu_c_commu_list_lastupdated($limit);
}