Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1285 Rev 1286
Línea 707... Línea 707...
707
        
707
        
Línea 708... Línea 708...
708
        $sections = json_decode($performanceEvaluation->content, true);
708
        $sections = json_decode($performanceEvaluation->content, true);
Línea 709... Línea 709...
709
 
709
 
Línea 710... Línea 710...
710
                    for ($i = 0; $i < count($sections); $i++) {
710
                    for ($i = 0; $i < count($sections); $i++) {
Línea 711... Línea 711...
711
                        
711
                        
712
                        $pdf->singleTable($sections[$i]['title'], [array('content' => '')]);
712
                        $pdf->singleTable($sections[$i]['title'], [array('content' => $sections[$i]['text'])]);