<html>
<head>
</head>
<body>
<table border=1>
<tr>
<th>horizontal</th><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td>
</tr>
</table>
<br><table border=1>
<tr>
<th>vertical</th>
</tr>
<tr>
<td>6</td>
</tr>
<tr>
<td>7</td>
</tr>
<tr>
<td>8</td>
</tr>
<tr>
<td>9</td>
</tr>
<tr>
<td>10</td>
</tr>
</table>
<br><table border=1>
<th>A</th><th>B</th><th>C</th><th>D</th><th>E</th><tr>
<td>1</td><td>2</td><td>3</td><td>4</td><td>5</td></tr>
<tr>
<td>6</td><td>7</td><td>8</td><td>9</td><td>10</td></tr>
</table>
<br><table border=1>
<tr>
<th>A</th><td>1</td><td>6</td></tr>
<tr>
<th>B</th><td>2</td><td>7</td></tr>
<tr>
<th>C</th><td>3</td><td>8</td></tr>
<tr>
<th>D</th><td>4</td><td>9</td></tr>
<tr>
<th>E</th><td>5</td><td>10</td></tr>
</table>
<hr><div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">1</code><span style="position:absolute; left:45; white-space: nowrap;"><code><font color="#000000">
<html>
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">2</code><span style="position:absolute; left:45; white-space: nowrap;"><head>
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">3</code><span style="position:absolute; left:45; white-space: nowrap;"></head>
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">4</code><span style="position:absolute; left:45; white-space: nowrap;">
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">5</code><span style="position:absolute; left:45; white-space: nowrap;"><body>
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">6</code><span style="position:absolute; left:45; white-space: nowrap;"><font color="#0000CC"><?php
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">7</code><span style="position:absolute; left:45; white-space: nowrap;"></font><font color="#FF9900">////////////////////////////////////////////////////////////////////////
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">8</code><span style="position:absolute; left:45; white-space: nowrap;">/**
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">9</code><span style="position:absolute; left:45; white-space: nowrap;">*
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">10</code><span style="position:absolute; left:45; white-space: nowrap;">* example for debugHelper.php
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">11</code><span style="position:absolute; left:45; white-space: nowrap;">* shows the different view for tables
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">12</code><span style="position:absolute; left:45; white-space: nowrap;">*
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">13</code><span style="position:absolute; left:45; white-space: nowrap;">* For the lastest version go to:
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">14</code><span style="position:absolute; left:45; white-space: nowrap;">* http://www.phpclasses.org/browse.html/package/879.html
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">15</code><span style="position:absolute; left:45; white-space: nowrap;">*
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">16</code><span style="position:absolute; left:45; white-space: nowrap;">* @author Lennart Groetzbach <lennartg@web.de>
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">17</code><span style="position:absolute; left:45; white-space: nowrap;">* @copyright Lennart Groetzbach <lennartg@web.de> - distributed under the LGPL
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">18</code><span style="position:absolute; left:45; white-space: nowrap;">* @package debughelper
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">19</code><span style="position:absolute; left:45; white-space: nowrap;">*/
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">20</code><span style="position:absolute; left:45; white-space: nowrap;">////////////////////////////////////////////////////////////////
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">21</code><span style="position:absolute; left:45; white-space: nowrap;">
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">22</code><span style="position:absolute; left:45; white-space: nowrap;"></font><font color="#0000CC">$dir </font><font color="#006600">= </font><font color="#0000CC">dirname</font><font color="#006600">(</font><font color="#0000CC">__FILE__</font><font color="#006600">);
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">23</code><span style="position:absolute; left:45; white-space: nowrap;">require_once </font><font color="#0000CC">$dir </font><font color="#006600">. </font><font color="#CC0000">"/../debugHelper.php"</font><font color="#006600">;
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">24</code><span style="position:absolute; left:45; white-space: nowrap;">
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">25</code><span style="position:absolute; left:45; white-space: nowrap;"></font><font color="#FF9900">///////////////////////////////////////////////////////////////////////
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">26</code><span style="position:absolute; left:45; white-space: nowrap;">
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">27</code><span style="position:absolute; left:45; white-space: nowrap;"></font><font color="#0000CC">$oneToFive </font><font color="#006600">= array(</font><font color="#0000CC">1</font><font color="#006600">,</font><font color="#0000CC">2</font><font color="#006600">,</font><font color="#0000CC">3</font><font color="#006600">,</font><font color="#0000CC">4</font><font color="#006600">,</font><font color="#0000CC">5</font><font color="#006600">);
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">28</code><span style="position:absolute; left:45; white-space: nowrap;"></font><font color="#0000CC">$fiveToTen </font><font color="#006600">= array(</font><font color="#0000CC">6</font><font color="#006600">,</font><font color="#0000CC">7</font><font color="#006600">,</font><font color="#0000CC">8</font><font color="#006600">,</font><font color="#0000CC">9</font><font color="#006600">,</font><font color="#0000CC">10</font><font color="#006600">);
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">29</code><span style="position:absolute; left:45; white-space: nowrap;"></font><font color="#0000CC">$aToE </font><font color="#006600">= array(</font><font color="#CC0000">'A'</font><font color="#006600">, </font><font color="#CC0000">'B'</font><font color="#006600">, </font><font color="#CC0000">'C'</font><font color="#006600">, </font><font color="#CC0000">'D'</font><font color="#006600">, </font><font color="#CC0000">'E'</font><font color="#006600">);
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">30</code><span style="position:absolute; left:45; white-space: nowrap;">
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">31</code><span style="position:absolute; left:45; white-space: nowrap;">echo </font><font color="#0000CC">$debug</font><font color="#006600">-></font><font color="#0000CC">toTable</font><font color="#006600">(</font><font color="#0000CC">$oneToFive</font><font color="#006600">, </font><font color="#CC0000">'horizontal'</font><font color="#006600">);
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">32</code><span style="position:absolute; left:45; white-space: nowrap;">echo </font><font color="#CC0000">"<br>"</font><font color="#006600">;
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">33</code><span style="position:absolute; left:45; white-space: nowrap;">echo </font><font color="#0000CC">$debug</font><font color="#006600">-></font><font color="#0000CC">toTable</font><font color="#006600">(</font><font color="#0000CC">$fiveToTen</font><font color="#006600">, </font><font color="#CC0000">'vertical'</font><font color="#006600">, </font><font color="#0000CC">false</font><font color="#006600">);
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">34</code><span style="position:absolute; left:45; white-space: nowrap;">echo </font><font color="#CC0000">"<br>"</font><font color="#006600">;
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">35</code><span style="position:absolute; left:45; white-space: nowrap;">echo </font><font color="#0000CC">$debug</font><font color="#006600">-></font><font color="#0000CC">toTable</font><font color="#006600">(array(</font><font color="#0000CC">$oneToFive</font><font color="#006600">,</font><font color="#0000CC">$fiveToTen</font><font color="#006600">), </font><font color="#0000CC">$aToE</font><font color="#006600">);
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">36</code><span style="position:absolute; left:45; white-space: nowrap;">echo </font><font color="#CC0000">"<br>"</font><font color="#006600">;
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">37</code><span style="position:absolute; left:45; white-space: nowrap;">echo </font><font color="#0000CC">$debug</font><font color="#006600">-></font><font color="#0000CC">toTable</font><font color="#006600">(array(</font><font color="#0000CC">$oneToFive</font><font color="#006600">,</font><font color="#0000CC">$fiveToTen</font><font color="#006600">), </font><font color="#0000CC">$aToE</font><font color="#006600">, </font><font color="#0000CC">false</font><font color="#006600">);
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">38</code><span style="position:absolute; left:45; white-space: nowrap;">
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">39</code><span style="position:absolute; left:45; white-space: nowrap;"></font><font color="#FF9900">///////////////////////////////////////////////////////////////////////
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">40</code><span style="position:absolute; left:45; white-space: nowrap;">
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">41</code><span style="position:absolute; left:45; white-space: nowrap;"></font><font color="#006600">echo </font><font color="#CC0000">"<hr>"</font><font color="#006600">;
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">42</code><span style="position:absolute; left:45; white-space: nowrap;">echo </font><font color="#0000CC">$debug</font><font color="#006600">-></font><font color="#0000CC">highlightFile</font><font color="#006600">(</font><font color="#0000CC">__FILE__</font><font color="#006600">);
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">43</code><span style="position:absolute; left:45; white-space: nowrap;">
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">44</code><span style="position:absolute; left:45; white-space: nowrap;"></font><font color="#FF9900">///////////////////////////////////////////////////////////////////////
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">45</code><span style="position:absolute; left:45; white-space: nowrap;">
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">46</code><span style="position:absolute; left:45; white-space: nowrap;"></font><font color="#0000CC">?>
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">47</code><span style="position:absolute; left:45; white-space: nowrap;"></font></body>
</span></div>
<div style="white-space: nowrap;"><code style="color: rgb(0,0,255)">48</code><span style="position:absolute; left:45; white-space: nowrap;"></html></font>
</code></span></div>
</body>
</html>
|