Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 6032 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6032 Rev 6038
Línea 114... Línea 114...
114
                if (!in_array($order_direction, ['ASC', 'DESC'])) {
114
                if (!in_array($order_direction, ['ASC', 'DESC'])) {
115
                    $order_direction = 'ASC';
115
                    $order_direction = 'ASC';
116
                }
116
                }
Línea 117... Línea 117...
117
 
117
 
118
                $surveyTestMapper = SurveyTestMapper::getInstance($this->adapter);
118
                $surveyTestMapper = SurveyTestMapper::getInstance($this->adapter);
Línea 119... Línea 119...
119
                $paginator = $surveyTestMapper->fetchAllDataTableByCompanyId($currentCompany->id, $search, $page, $records_x_page, $order_field, $order_direction);
119
                $paginator = $surveyTestMapper->fetchAllDataTableBySurveyId($survey->id, $search, $page, $records_x_page, $order_field, $order_direction);
120
 
120
 
Línea 121... Línea 121...
121
                $items = [];
121
                $items = [];