And63 Posted June 9, 2016 Share Posted June 9, 2016 (edited) W module do generowania pdf-ów z kartą katalogową mam taki kod: foreach($features as $feature){ { $html .= '<table style=" margin:0 20px; border:0;">'; $_features = $feature['features']; { $html .= '<tr>'; $html .= '<td style="padding: 3px 5px 3px 0;width:230px;float: left;background-color: #F4F4F6; font-family: Tahoma, Geneva, sans-serif; font-size:16px; text-align: right;"> '.$feature['groupname'].'</td>'; $html .= '<td style="padding: 3px 5px 3px 0;width:230px;float: left;background-color: #F4F4F6; font-family: Tahoma, Geneva, sans-serif; font-size:16px; text-align: right;">'.$feature['name'].' </td>'; $html .= '<td style="padding: 3px 0px 3px 10px;width: 400px;float: left;background-color:#ECECEC; font-family: Tahoma, Geneva, sans-serif; font-size:16px; font-weight: bold;text-align: left;">'.$feature['value'].'</td>'; $html .= '</tr>'; } $html .= '</table>'; } Wyświetlam tabelę z cechami w kolumnach Pierwsza kolumna to nazwa grupy cech, druga to nazwa cechy, trzecia kolumna to wartość cechy w następujący sposób: Natomiast chciałbym aby tabela wyświetlała się w ten sposób: Niestety na funkcji foreach poległem Edited June 9, 2016 by And63 (see edit history) Link to comment Share on other sites More sharing options...
0 And63 Posted June 12, 2016 Author Share Posted June 12, 2016 Sprawa załatwiona. Link to comment Share on other sites More sharing options...
Question
And63
W module do generowania pdf-ów z kartą katalogową mam taki kod:
Wyświetlam tabelę z cechami w kolumnach
Pierwsza kolumna to nazwa grupy cech, druga to nazwa cechy, trzecia kolumna to wartość cechy w następujący sposób:
Natomiast chciałbym aby tabela wyświetlała się w ten sposób:
Niestety na funkcji foreach poległem
Edited by And63 (see edit history)Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now