Pluf Framework

Pluf Framework Commit Details


Date:2009-10-28 03:47:14 (15 years 6 months ago)
Author:Baptiste Durand-Bret
Branch:develop, master
Commit:89ea8b0285e981d01469176d66fcdde9148892b3
Parents: 718548557ca8435ff883b2665f459bb4604d6974
Message:Fixed issue 279, ServerErrorDebug nice view of array dumped

Changes:

File differences

src/Pluf/HTTP/Response/ServerErrorDebug.php
231231
232232
233233
234
234
235235
236236
237237
                  <td>'.$o($k).'</td>
                  <td>'.$o($name).'</td>
                  <td class="code">
                    <div>'.Pluf_esc(print_r($v, true)).'</div>
                    <pre>'.Pluf_esc(print_r($v, true)).'</pre>
                  </td>
                  </tr>';
            }

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.24181s using 14 queries.