Searched refs:get_apps (Results 1 – 5 of 5) sorted by relevance
25 $applist = $_ENV['app']->get_apps('appid, type, name, url, tagtemplates, viewprourl, synlogin');
26 function get_apps($col = '*', $where = '') { function in appmodel
82 $apps = $_ENV['app']->get_apps();
48 $tmp = $_ENV['app']->get_apps('type', "appid='$appid'");
29 function get_apps($col = '*', $where = '') { function in miscmodel