Thread: [PHPVortex-Commit] phpvortex/doc/html/Vortex/Debug _d_footer_php.html,NONE,1.1 _d_header_php.html,NO
Brought to you by:
nop144666
From: Thiago R. <nop...@us...> - 2004-09-30 13:37:55
|
Update of /cvsroot/phpvortex/phpvortex/doc/html/Vortex/Debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30714/doc/html/Vortex/Debug Added Files: _d_footer_php.html _d_header_php.html _debug_php.html Log Message: Added the documentation to the CVS --- NEW FILE: _d_footer_php.html --- <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs for page d_footer.php</title> <link rel="stylesheet" href="../../media/stylesheet.css" /> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> </head> <body> <div class="page-body"> <h2 class="file-name">/d_footer.php</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Append file for debug.</p> <ul class="tags"> <li><span class="field">filesource:</span> <a href="../..//__filesource/fsource_Vortex_Debug_d_footer.php.html">Source Code for this file</a></li> <li><span class="field">license:</span> <a href="http://opensource.org/licenses/lgpl-license.php">GNU Lesser General Public License</a></li> <li><span class="field">copyright:</span> Copyright 2004, Thiago Ramon Gonçalves Montoya</li> <li><span class="field">author:</span> Thiago Ramon Gonçalves Montoya</li> </ul> </div> </div> <p class="notes" id="credit"> Documentation generated on Thu, 30 Sep 2004 10:35:35 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> </html> --- NEW FILE: _debug_php.html --- <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs for page debug.php</title> <link rel="stylesheet" href="../../media/stylesheet.css" /> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> </head> <body> <div class="page-body"> <h2 class="file-name">/debug.php</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> <span class="disabled">Description</span> | <a href="#sec-includes">Includes</a> | <a href="#sec-functions">Functions</a> </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Main file of the debug manager.</p> <ul class="tags"> <li><span class="field">filesource:</span> <a href="../..//__filesource/fsource_Vortex_Debug_debug.php.html">Source Code for this file</a></li> <li><span class="field">license:</span> <a href="http://opensource.org/licenses/lgpl-license.php">GNU Lesser General Public License</a></li> <li><span class="field">copyright:</span> Copyright 2004, Thiago Ramon Gonçalves Montoya</li> <li><span class="field">author:</span> Thiago Ramon Gonçalves Montoya</li> </ul> </div> </div> <a name="sec-includes"></a> <div class="info-box"> <div class="info-box-title">Includes</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Includes</span> | <a href="#sec-functions">Functions</a> </div> <div class="info-box-body"> <a name="_debuglib_php"><!-- --></a> <div class="oddrow"> <div> <span class="include-title"> <span class="include-type">include_once</span> (<span class="include-name">"debuglib.php"</span>) (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_Debug_debug.php.html#a17">17</a></span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Include external debug library.</p> </div> </div> </div> <a name="sec-functions"></a> <div class="info-box"> <div class="info-box-title">Functions</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-includes">Includes</a> | <span class="disabled">Functions</span> </div> <div class="info-box-body"> <a name="functiond" id="functiond"><!-- --></a> <div class="evenrow"> <div> <span class="method-title">d</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_Debug_debug.php.html#a25">25</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Outputs a debug message, and optionally a variable's content.</p> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> d </span> (<span class="var-type">string</span> <span class="var-name">$msg</span>, [<span class="var-type">mixed</span> <span class="var-name">$var</span> = <span class="var-default">NULL</span>]) </div> <ul class="parameters"> <li> <span class="var-type">string</span> <span class="var-name">$msg</span><span class="var-description">: Message to output.</span> </li> <li> <span class="var-type">mixed</span> <span class="var-name">$var</span><span class="var-description">: Variable to be shown.</span> </li> </ul> </div> <a name="functiondv" id="functiondv"><!-- --></a> <div class="oddrow"> <div> <span class="method-title">dv</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_Debug_debug.php.html#a44">44</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Same as d(), but first test the debug level.</p> <ul class="tags"> <li><span class="field">see:</span> <a href="../../Vortex/Debug/_debug_php.html#functiond">d()</a></li> </ul> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> dv </span> (<span class="var-type">int</span> <span class="var-name">$lvl</span>, <span class="var-type">string</span> <span class="var-name">$msg</span>, [<span class="var-type">mixed</span> <span class="var-name">$var</span> = <span class="var-default">NULL</span>]) </div> <ul class="parameters"> <li> <span class="var-type">int</span> <span class="var-name">$lvl</span><span class="var-description">: Required debug level for output.</span> </li> <li> <span class="var-type">string</span> <span class="var-name">$msg</span><span class="var-description">: Message to output.</span> </li> <li> <span class="var-type">mixed</span> <span class="var-name">$var</span><span class="var-description">: Variable to be shown.</span> </li> </ul> </div> </div> </div> <p class="notes" id="credit"> Documentation generated on Thu, 30 Sep 2004 10:35:35 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> </html> --- NEW FILE: _d_header_php.html --- <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs for page d_header.php</title> <link rel="stylesheet" href="../../media/stylesheet.css" /> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> </head> <body> <div class="page-body"> <h2 class="file-name">/d_header.php</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> <span class="disabled">Description</span> | <a href="#sec-includes">Includes</a> </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Prepend file for debug.</p> <ul class="tags"> <li><span class="field">filesource:</span> <a href="../..//__filesource/fsource_Vortex_Debug_d_header.php.html">Source Code for this file</a></li> <li><span class="field">license:</span> <a href="http://opensource.org/licenses/lgpl-license.php">GNU Lesser General Public License</a></li> <li><span class="field">copyright:</span> Copyright 2004, Thiago Ramon Gonçalves Montoya</li> <li><span class="field">author:</span> Thiago Ramon Gonçalves Montoya</li> </ul> </div> </div> <a name="sec-includes"></a> <div class="info-box"> <div class="info-box-title">Includes</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Includes</span> </div> <div class="info-box-body"> <a name="_debug_php"><!-- --></a> <div class="evenrow"> <div> <span class="include-title"> <span class="include-type">require_once</span> (<span class="include-name"><a href="../../Vortex/Debug/_debug_php.html">"debug.php"</a></span>) (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_Debug_d_header.php.html#a13">13</a></span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Include main debugger header.</p> </div> </div> </div> <p class="notes" id="credit"> Documentation generated on Thu, 30 Sep 2004 10:35:35 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> </html> |