Pluf Framework

Sign in or create your account | Project List | Help

Pluf Framework Commit Details

Date:2009-10-28 09:47:14 (4 months 19 days ago)
Author:Baptiste Durand-Bret
Commit:89ea8b0285e981d01469176d66fcdde9148892b3
Message:Fixed issue 279, ServerErrorDebug nice view of array dumped

Files: src/Pluf/HTTP/Response/ServerErrorDebug.php (1 diff)

Change Details

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

Archive Download the corresponding diff file

Branches:
master