Skip to content

Instantly share code, notes, and snippets.

View GianPierree's full-sized avatar
🏠
Working from home

GP Muñoz Montoya GianPierree

🏠
Working from home
View GitHub Profile
@GianPierree
GianPierree / ListGroup
Last active October 4, 2017 20:58 — forked from gustvvo/ListGroup
Listar Grupos de trabajo.
CModule::IncludeModule("socialnetwork");
$res1 = array();
$res = CSocNetGroup::GetList(
$arOrder = array("ID" => "DESC"),
$arFilter = array("CLOSED" => "N"),
$arGroupBy = false,
$arNavStartParams = false,
$arSelectFields = array()