Proyectos de Subversion LeadersLinked - Services

Rev

Rev 803 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 803 Rev 804
Línea 1086... Línea 1086...
1086
                $data = [
1086
                $data = [
1087
                    'success'   => true,
1087
                    'success'   => true,
1088
                    'data'   => [
1088
                    'data'   => [
1089
                        'total_comments' => intval($commentMapper->fetchCountByMyCoachQuestionId($myCoachAnswer->question_id), 10),
1089
                        'total_comments' => intval($commentMapper->fetchCountByMyCoachQuestionId($myCoachAnswer->question_id), 10),
1090
                        'total_answers' => intval($myCoachAnswerMapper->fetchCountByMyCoachQuestionId($myCoachAnswer->question_id), 10),
1090
                        'total_answers' => intval($myCoachAnswerMapper->fetchCountByMyCoachQuestionId($myCoachAnswer->question_id), 10),
1091
                        'total_reactions' => intval($contentReactionMapper->fetchCountByMyCoachQuestionId($myCoachAnswer->question_id), 10)
1091
                        'total_reactions' => intval($contentReactionMapper->fetchCountByMyCoachQuestionId($myCoachAnswer->question_id), 10),
1092
              
-
 
-
 
1092
                        'message' => 'LABEL_RECORD_DELETED'
1093
                    ]
1093
                    ]
1094
                ];
1094
                ];
1095
            } else {
1095
            } else {
1096
                $data = [
1096
                $data = [
1097
                    'success'   => false,
1097
                    'success'   => false,