コード例 #1
0
ファイル: Chats.php プロジェクト: christine-ho-dev/movim
 /**
  * @brief Display the extended list
  */
 function ajaxAddExtend()
 {
     $view = $this->tpl();
     $cd = new \Modl\ContactDAO();
     $contacts = $cd->getRosterSimple();
     $view->assign('contacts', $contacts);
     RPC::call('movim_fill', 'add_extend', $view->draw('_chats_add_extend', true));
 }