Ejemplo n.º 1
0
 protected static function get_fields()
 {
     return implode(', ', array(self::select_fields(), UserProfile::select_fields(), User::select_fields('referer'), ACLGroup::select_fields(), Country::select_fields()));
 }