Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5062 Rev 5063
Línea 372... Línea 372...
372
                $data = [
372
                $data = [
373
                    'success' => true,
373
                    'success' => true,
374
                    'data' => 'LABEL_RECORD_ADDED'
374
                    'data' => 'LABEL_RECORD_ADDED'
375
                ];
375
                ];
376
                return new JsonModel($data); 
376
                return new JsonModel($data); 
377
*/
377
 
378
                if(!empty($dataPost['job_category_id'])){ 
378
                if(!empty($dataPost['job_category_id'])){ 
Línea 379... Línea 379...
379
                    
379
                    
Línea 380... Línea 380...
380
                    // print_r($dataPost['job_category_id']);
380
                    // print_r($dataPost['job_category_id']);
Línea 413... Línea 413...
413
                $data = [
413
                $data = [
414
                    'success' => true,
414
                    'success' => true,
415
                    'data' => 'test'
415
                    'data' => 'test'
416
                ];
416
                ];
417
                return new JsonModel($data); exit;
417
                return new JsonModel($data); exit;
418
/*
418
                */
419
                if(!empty($dataPost['industry_id'])){ 
419
                if(!empty($dataPost['industry_id'])){ 
Línea 420... Línea 420...
420
                    
420
                    
Línea 421... Línea 421...
421
                    // print_r($dataPost['industry_id']);
421
                    // print_r($dataPost['industry_id']);
Línea 455... Línea 455...
455
                $data = [
455
                $data = [
456
                    'success' => true,
456
                    'success' => true,
457
                    'data' => 'LABEL_RECORD_ADDED'
457
                    'data' => 'LABEL_RECORD_ADDED'
458
                ];
458
                ];
459
                return new JsonModel($data); exit;
459
                return new JsonModel($data); exit;
460
 
-
 
-
 
460
                /*
461
                if(!empty($dataPost['service_id'])){ 
461
                if(!empty($dataPost['service_id'])){ 
Línea 462... Línea 462...
462
                    
462
                    
Línea 463... Línea 463...
463
                    $surveyServiceMapper = SurveyServiceMapper::getInstance($this->adapter);
463
                    $surveyServiceMapper = SurveyServiceMapper::getInstance($this->adapter);