= $num_res.' '.$this->lang->line($num_res == 1 ? 'utilisateur trouvé' : 'users_found') ?>
num_rows();
$num = 0;
if ($numrows > 0) {
foreach ($users->result() as $row) {
$num++;
?>
num_rows();
$num = 0;
if ($numrows > 0) {
foreach ($simple_users->result() as $row) {
$num++;
?>
?>)
= $row->lastname ?>
= $row->category ?>
- = $this->lang->line('Reseau'); ?> = $row->network_name ?>
- = $this->lang->line('code membre'); ?> = $row->code ?>
- = $this->lang->line('Ville'); ?> = $row->town_name ?>
- = $this->lang->line('Contact'); ?> = $row->phone ?>
?>)
= $row->lastname ?>
= $this->lang->line('Utilisateur simple'); ?>
- = $this->lang->line('Reseau'); ?> = $row->network ?>
- = $this->lang->line('Pays'); ?> = $row->country ?>
- = $this->lang->line('Contact'); ?> = $row->phone ?>
- = $this->lang->line('Date inscription'); ?> = $row->date_created ?>
- = $this->lang->line('identified'); ?> = $row->status ? $this->lang->line('Oui') : $this->lang->line('Non') ?>
= $simple_users->num_rows().' '.$this->lang->line($simple_users->num_rows() == 1 ? 'utilisateur trouvé' : 'users_found') ?>
num_rows();
$num = 0;
if ($numrows > 0) {
foreach ($simple_users->result() as $row) {
$num++;
?>
?>)
= $row->lastname ?>
= $this->lang->line('Utilisateur simple'); ?>
- = $this->lang->line('Reseau'); ?> = $row->network ?>
- = $this->lang->line('Pays'); ?> = $row->country ?>
- = $this->lang->line('Contact'); ?> = $row->phone ?>
- = $this->lang->line('Date inscription'); ?> = $row->date_created ?>
- = $this->lang->line('identified'); ?> = $row->status ? $this->lang->line('Oui') : $this->lang->line('Non') ?>
= $this->lang->line('Aucun utilisateur trouvé'); ?>
?>)