[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/projectmanager/inc/ -> class.soroles.inc.php (sommaire)

(pas de description)

Poids: 57 lignes (2 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 1 fichier
 etemplate/inc/class.so_sql.inc.php

Définit 1 class

soroles:: (2 méthodes):
  soroles()
  query_list()


Classe: soroles  - X-Ref

Roles storage object of the projectmanager

Tables: egw_pm_roles

soroles($pm_id=null)   X-Ref
Constructor, calls the constructor of the extended class

param: int $pm_id pm_id of the project to use, default null

query_list($value_col='role_title',$key_col='role_id',$filter=array()   X-Ref
reimplemented to set some defaults and order by 'pm_id DESC,role_acl DESC'

param: string $value_col column-name for the values of the array, can also be an expression aliased with AS
param: string $key_col='' column-name for the keys, default '' = same as $value_col: returns a distinct list
param: array $filter=array() to filter the entries
param: string $order='' order, default '' = same as $value_col
return: array with key_col => value_col pairs



Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7