Exemplo n.º 1
0
 public function update_students_elect()
 {
     $this->use->use_model('data_base');
     $this->use->use_lib('table/tpl_students');
     $tpl = new tpl_students();
     $db = new data_base($tpl->table(), array($tpl->elect() => $_POST['elect']), array($tpl->id() => $_POST['id']));
     echo json_encode(array('valid' => $db->change(), 'massage' => '<div class="alert alert-success alert-dismissable"><button type="button" class="close" data-dismiss="alert" aria-hidden="true"></button><h4>Alert!</h4> <strong>Update success </strong></div>'));
 }
Exemplo n.º 2
0
 public function get_more_election()
 {
     $this->use->use_model('data_base');
     $this->use->use_lib('table/tpl_students');
     $this->use->use_lib('table/tpl_election');
     $this->use->use_lib('table/tpl_specialty');
     $this->use->use_lib('table/tpl_college');
     $tpl = new tpl_students();
     $tpl_college = new tpl_college();
     $tpl_specialty = new tpl_specialty();
     $tpl_election = new tpl_election();
     $db = new data_base($tpl->table(), array($tpl->id(), $tpl->last_name(), $tpl->first_name(), '( select ' . $tpl_college->name() . ' from ' . $tpl_college->table() . ' where ' . $tpl_college->id() . ' = ' . $tpl->table() . '.' . $tpl->id_college() . ' ) ' . $tpl->id_college(), '( select ' . $tpl_specialty->name() . ' from ' . $tpl_specialty->table() . ' where ' . $tpl_specialty->id() . ' = ' . $tpl->table() . '.' . $tpl->id_specialty() . ' ) ' . $tpl->id_specialty(), '( select COUNT(' . $tpl_election->id() . ') from ' . $tpl_election->table() . ' where ' . $tpl_election->id_elect() . ' = ' . $tpl->table() . '.' . $tpl->id() . ' ) sum', $tpl->id_students(), $tpl->image()), array($tpl->elect() => 1), '', array('sum' => 'DESC'));
     return $db->get_where_order();
 }
                    Name
                </th>
                <th data-field="<?php 
echo $tpl_students->id_college() . '_name';
?>
" data-halign="center" data-sortable="true">
                    College
                </th>
                <th data-field="<?php 
echo $tpl_students->id_specialty() . '_name';
?>
" data-halign="center"
                    data-sortable="true"> Specialty
                </th>
                <th data-field="<?php 
echo $tpl_students->elect();
?>
"
                    data-halign="center" data-sortable="true" data-formatter="operate<?php 
echo $tpl_students->elect();
?>
"> Is
                    Elect
                </th>
                <th data-field="<?php 
echo $tpl_students->image();
?>
"
                    data-formatter="operate<?php 
echo $tpl_students->image();
?>
Exemplo n.º 4
0
?>
" data-halign="center" data-sortable="true"> ID</th>
                <th data-field="<?php 
echo $tpl_students->first_name();
?>
" data-halign="center" data-sortable="true"> First
                    Name
                </th>
                <th data-field="<?php 
echo $tpl_students->last_name();
?>
" data-halign="center" data-sortable="true"> Last
                    Name
                </th>
                <th data-field="<?php 
echo $tpl_students->first_name() . '_' . $tpl_students->elect();
?>
" data-halign="center"
                    data-sortable="true"> First Name Elect
                </th>
                <th data-field="<?php 
echo $tpl_students->last_name() . '_' . $tpl_students->elect();
?>
" data-halign="center"
                    data-sortable="true"> Last Name Elect
                </th>
                <th
                    data-field="operate"
                    data-formatter="operateFormatter"
                    data-events="operateEvents"
                    data-align="center"