[PHPVortex-Commit] phpvortex/doc/html/Vortex/DB DB_MSSQL.html, NONE, 1.1 DB_PostgreSQL.html, NONE,
Brought to you by:
nop144666
Update of /cvsroot/phpvortex/phpvortex/doc/html/Vortex/DB In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28570/doc/html/Vortex/DB Modified Files: DB_Base.html DB_MySQL.html FT_Base.html FT_Hidden.html FT_List.html FT_ListArray.html FT_PKey.html FT_Text.html RS_Base.html RS_MySQL.html TB_Base.html _DB_Base_class_php.html _DB_MySQL_class_php.html _FT_Base_class_php.html _FT_Hidden_class_php.html _FT_ListArray_class_php.html _FT_List_class_php.html _FT_PKey_class_php.html _FT_Text_class_php.html _RS_Base_class_php.html _RS_MySQL_class_php.html _TB_Base_class_php.html Added Files: DB_MSSQL.html DB_PostgreSQL.html FT_DateTime.html FT_File.html FT_Password.html RS_MSSQL.html RS_PostgreSQL.html _DB_MSSQL_class_php.html _DB_PostgreSQL_class_php.html _FT_DateTime_class_php.html _FT_File_class_php.html _FT_Password_class_php.html _RS_MSSQL_class_php.html _RS_PostgreSQL_class_php.html Log Message: Updated documentation --- NEW FILE: RS_PostgreSQL.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 Class RS_PostgreSQL</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="class-name">Class RS_PostgreSQL</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-vars">Vars</a> | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Class for PostgreSQL RecordSets.</p> <p class="notes"> Located in <a class="field" href="_RS_PostgreSQL_class_php.html">/RS_PostgreSQL.class.php</a> (line <span class="field"><a href="../..//__filesource/fsource_Vortex_DB_RS_PostgreSQL.class.php.html#a21">21</a></span>) </p> <pre><a href="../../Vortex/DB/RS_Base.html">RS_Base</a> | --RS_PostgreSQL</pre> </div> </div> <a name="sec-method-summary"></a> <div class="info-box"> <div class="info-box-title">Method Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-vars">Vars</a> | <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="method-summary"> <div class="method-definition"> <span class="method-result">array</span> <a href="#All" title="details" class="method-name">All</a> ([<span class="var-type">int</span> <span class="var-name">$type</span> = <span class="var-default">RS_ROW_ASSOC</span>]) </div> <div class="method-definition"> <span class="method-result">bool</span> <a href="#Close" title="details" class="method-name">Close</a> () </div> <div class="method-definition"> <span class="method-result">string</span> <a href="#Error" title="details" class="method-name">Error</a> () </div> <div class="method-definition"> <span class="method-result">int</span> <a href="#LastId" title="details" class="method-name">LastId</a> () </div> <div class="method-definition"> <span class="method-result">array</span> <a href="#Row" title="details" class="method-name">Row</a> ([<span class="var-type">int</span> <span class="var-name">$row</span> = <span class="var-default">-1</span>], [<span class="var-type">int</span> <span class="var-name">$type</span> = <span class="var-default">RS_ROW_ASSOC</span>]) </div> <div class="method-definition"> <span class="method-result">int</span> <a href="#RowCount" title="details" class="method-name">RowCount</a> () </div> <div class="method-definition"> <span class="method-result">bool</span> <a href="#SetRow" title="details" class="method-name">SetRow</a> (<span class="var-type">int</span> <span class="var-name">$row</span>) </div> </div> </div> </div> <a name="sec-vars"></a> <div class="info-box"> <div class="info-box-title">Variables</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <h4>Inherited Variables</h4> <A NAME='inherited_vars'><!-- --></A> <p>Inherited from <span class="classname"><a href="../../Vortex/DB/RS_Base.html">RS_Base</a></span></p> <blockquote> <span class="var-title"> <span class="var-name"><a href="../../Vortex/DB/RS_Base.html#var$db">RS_Base::$db</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../../Vortex/DB/RS_Base.html#var$result">RS_Base::$result</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../../Vortex/DB/RS_Base.html#var$row">RS_Base::$row</a></span><br> </span> </blockquote> </div> </div> <a name="sec-methods"></a> <div class="info-box"> <div class="info-box-title">Methods</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-vars">Vars</a> <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) </div> <div class="info-box-body"> <A NAME='method_detail'></A> <a name="methodAll" id="All"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">All</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_RS_PostgreSQL.class.php.html#a96">96</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Get all rows from the RecordSet.</p> <ul class="tags"> <li><span class="field">return:</span> Returns all the rows from the RecordSet.</li> </ul> <div class="method-signature"> <span class="method-result">array</span> <span class="method-name"> All </span> ([<span class="var-type">int</span> <span class="var-name">$type</span> = <span class="var-default">RS_ROW_ASSOC</span>]) </div> <ul class="parameters"> <li> <span class="var-type">int</span> <span class="var-name">$type</span><span class="var-description">: Type of array to return (RS_ROW_NUM | RS_ROW_ASSOC | RS_ROW_BOTH).</span> </li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/RS_Base.html#methodAll">RS_Base::All()</a></dt> <dd>Get all rows from the RecordSet.</dd> </dl> </div> <a name="methodClose" id="Close"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">Close</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_RS_PostgreSQL.class.php.html#a129">129</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Close the RecordSet and free the memory.</p> <ul class="tags"> <li><span class="field">return:</span> Returns TRUE if the RecordSet was closed, FALSE if it failed.</li> </ul> <div class="method-signature"> <span class="method-result">bool</span> <span class="method-name"> Close </span> () </div> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/RS_Base.html#methodClose">RS_Base::Close()</a></dt> <dd>Close the RecordSet and free the memory.</dd> </dl> </div> <a name="methodError" id="Error"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">Error</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_RS_PostgreSQL.class.php.html#a119">119</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Get the last error message from the RecordSet.</p> <ul class="tags"> <li><span class="field">return:</span> Returns a string describing the last error that occurred in the RecordSet.</li> </ul> <div class="method-signature"> <span class="method-result">string</span> <span class="method-name"> Error </span> () </div> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/RS_Base.html#methodError">RS_Base::Error()</a></dt> <dd>Get the last error message from the RecordSet.</dd> </dl> </div> <a name="methodLastId" id="LastId"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">LastId</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_RS_PostgreSQL.class.php.html#a109">109</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Get the last auto-generated ID from the RecordSet.</p> <ul class="tags"> <li><span class="field">return:</span> Returns the last auto-generated ID from the RecordSet.</li> </ul> <div class="method-signature"> <span class="method-result">int</span> <span class="method-name"> LastId </span> () </div> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/RS_Base.html#methodLastId">RS_Base::LastId()</a></dt> <dd>Get the last auto-generated ID from the RecordSet.</dd> </dl> </div> <a name="methodRow" id="Row"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">Row</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_RS_PostgreSQL.class.php.html#a42">42</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Get a row from the RecordSet.</p> <p class="description"><p>Case $row is set, return that row, case else, return the next row.</p></p> <ul class="tags"> <li><span class="field">return:</span> Returns the row from the RecordSet, or FALSE if EOF.</li> </ul> <div class="method-signature"> <span class="method-result">array</span> <span class="method-name"> Row </span> ([<span class="var-type">int</span> <span class="var-name">$row</span> = <span class="var-default">-1</span>], [<span class="var-type">int</span> <span class="var-name">$type</span> = <span class="var-default">RS_ROW_ASSOC</span>]) </div> <ul class="parameters"> <li> <span class="var-type">int</span> <span class="var-name">$row</span><span class="var-description">: Row to return, defaults to next.</span> </li> <li> <span class="var-type">int</span> <span class="var-name">$type</span><span class="var-description">: Type of array to return (RS_ROW_NUM | RS_ROW_ASSOC | RS_ROW_BOTH).</span> </li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/RS_Base.html#methodRow">RS_Base::Row()</a></dt> <dd>Get a row from the RecordSet.</dd> </dl> </div> <a name="methodRowCount" id="RowCount"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">RowCount</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_RS_PostgreSQL.class.php.html#a28">28</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Get the count of rows in the RecordSet.</p> <ul class="tags"> <li><span class="field">return:</span> Returns the number of rows in the RecordSet.</li> </ul> <div class="method-signature"> <span class="method-result">int</span> <span class="method-name"> RowCount </span> () </div> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/RS_Base.html#methodRowCount">RS_Base::RowCount()</a></dt> <dd>Get the count of rows in the RecordSet.</dd> </dl> </div> <a name="methodSetRow" id="SetRow"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">SetRow</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_RS_PostgreSQL.class.php.html#a80">80</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Go to a row int the RecordSet.</p> <ul class="tags"> <li><span class="field">return:</span> Returns TRUE on success, FALSE if failed.</li> </ul> <div class="method-signature"> <span class="method-result">bool</span> <span class="method-name"> SetRow </span> (<span class="var-type">int</span> <span class="var-name">$row</span>) </div> <ul class="parameters"> <li> <span class="var-type">int</span> <span class="var-name">$row</span><span class="var-description">: Row to go to.</span> </li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/RS_Base.html#methodSetRow">RS_Base::SetRow()</a></dt> <dd>Go to a row int the RecordSet.</dd> </dl> </div> <h4>Inherited Methods</h4> <a name='inherited_methods'><!-- --></a> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../../Vortex/DB/RS_Base.html">RS_Base</a></span></p> <blockquote> <span class="method-name"><a href="../../Vortex/DB/RS_Base.html#methodRS_Base">RS_Base::RS_Base()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/RS_Base.html#methodAll">RS_Base::All()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/RS_Base.html#methodClose">RS_Base::Close()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/RS_Base.html#methodError">RS_Base::Error()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/RS_Base.html#methodLastId">RS_Base::LastId()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/RS_Base.html#methodRow">RS_Base::Row()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/RS_Base.html#methodRowCount">RS_Base::RowCount()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/RS_Base.html#methodSetRow">RS_Base::SetRow()</a></span><br> </blockquote> </div> </div> <p class="notes" id="credit"> Documentation generated on Fri, 11 Aug 2006 16:22:00 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC5</a> </p> </div></body> </html> Index: RS_MySQL.html =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/doc/html/Vortex/DB/RS_MySQL.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** RS_MySQL.html 5 Nov 2004 16:13:38 -0000 1.7 --- RS_MySQL.html 11 Aug 2006 19:21:20 -0000 1.8 *************** *** 388,392 **** <p class="notes" id="credit"> ! Documentation generated on Fri, 5 Nov 2004 14:12:12 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> --- 388,392 ---- <p class="notes" id="credit"> ! Documentation generated on Fri, 11 Aug 2006 16:21:59 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC5</a> </p> </div></body> Index: _FT_Base_class_php.html =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/doc/html/Vortex/DB/_FT_Base_class_php.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** _FT_Base_class_php.html 5 Nov 2004 16:13:38 -0000 1.7 --- _FT_Base_class_php.html 11 Aug 2006 19:21:20 -0000 1.8 *************** *** 62,66 **** <p class="notes" id="credit"> ! Documentation generated on Fri, 5 Nov 2004 14:12:04 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> --- 62,66 ---- <p class="notes" id="credit"> ! Documentation generated on Fri, 11 Aug 2006 16:21:51 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC5</a> </p> </div></body> Index: RS_Base.html =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/doc/html/Vortex/DB/RS_Base.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** RS_Base.html 5 Nov 2004 16:13:38 -0000 1.7 --- RS_Base.html 11 Aug 2006 19:21:20 -0000 1.8 *************** *** 52,55 **** --- 52,61 ---- </tr> <tr> + <td style="padding-right: 2em"><a href="../../Vortex/DB/RS_MSSQL.html">RS_MSSQL</a></td> + <td> + Class for MS SQL Server RecordSets. + </td> + </tr> + <tr> <td style="padding-right: 2em"><a href="../../Vortex/DB/RS_MySQL.html">RS_MySQL</a></td> <td> *************** *** 57,60 **** --- 63,72 ---- </td> </tr> + <tr> + <td style="padding-right: 2em"><a href="../../Vortex/DB/RS_PostgreSQL.html">RS_PostgreSQL</a></td> + <td> + Class for PostgreSQL RecordSets. + </td> + </tr> </table> </div> *************** *** 171,175 **** <div class="info-box-body"> <a name="var$db" id="$db"><!-- --></A> ! <div class="oddrow"> <div class="var-header"> --- 183,187 ---- <div class="info-box-body"> <a name="var$db" id="$db"><!-- --></A> ! <div class="evenrow"> <div class="var-header"> *************** *** 190,194 **** </div> <a name="var$result" id="$result"><!-- --></A> ! <div class="evenrow"> <div class="var-header"> --- 202,206 ---- </div> <a name="var$result" id="$result"><!-- --></A> ! <div class="oddrow"> <div class="var-header"> *************** *** 209,213 **** </div> <a name="var$row" id="$row"><!-- --></A> ! <div class="oddrow"> <div class="var-header"> --- 221,225 ---- </div> <a name="var$row" id="$row"><!-- --></A> ! <div class="evenrow"> <div class="var-header"> *************** *** 244,248 **** <A NAME='method_detail'></A> <a name="methodRS_Base" id="RS_Base"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> --- 256,260 ---- <A NAME='method_detail'></A> <a name="methodRS_Base" id="RS_Base"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> *************** *** 273,277 **** </div> <a name="methodAll" id="All"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> --- 285,289 ---- </div> <a name="methodAll" id="All"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> *************** *** 305,315 **** <ul class="redefinitions"> <li> <a href="../../Vortex/DB/RS_MySQL.html#methodAll">RS_MySQL::All()</a> : Get all rows from the RecordSet. </li> </ul> </div> <a name="methodClose" id="Close"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> --- 317,335 ---- <ul class="redefinitions"> <li> + <a href="../../Vortex/DB/RS_MSSQL.html#methodAll">RS_MSSQL::All()</a> + : Get all rows from the RecordSet. + </li> + <li> <a href="../../Vortex/DB/RS_MySQL.html#methodAll">RS_MySQL::All()</a> : Get all rows from the RecordSet. </li> + <li> + <a href="../../Vortex/DB/RS_PostgreSQL.html#methodAll">RS_PostgreSQL::All()</a> + : Get all rows from the RecordSet. + </li> </ul> </div> <a name="methodClose" id="Close"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> *************** *** 338,348 **** <ul class="redefinitions"> <li> <a href="../../Vortex/DB/RS_MySQL.html#methodClose">RS_MySQL::Close()</a> : Close the RecordSet and free the memory. </li> </ul> </div> <a name="methodError" id="Error"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> --- 358,376 ---- <ul class="redefinitions"> <li> + <a href="../../Vortex/DB/RS_MSSQL.html#methodClose">RS_MSSQL::Close()</a> + : Close the RecordSet and free the memory. + </li> + <li> <a href="../../Vortex/DB/RS_MySQL.html#methodClose">RS_MySQL::Close()</a> : Close the RecordSet and free the memory. </li> + <li> + <a href="../../Vortex/DB/RS_PostgreSQL.html#methodClose">RS_PostgreSQL::Close()</a> + : Close the RecordSet and free the memory. + </li> </ul> </div> <a name="methodError" id="Error"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> *************** *** 374,381 **** : Get the last error message from the RecordSet. </li> </ul> </div> <a name="methodLastId" id="LastId"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> --- 402,413 ---- : Get the last error message from the RecordSet. </li> + <li> + <a href="../../Vortex/DB/RS_PostgreSQL.html#methodError">RS_PostgreSQL::Error()</a> + : Get the last error message from the RecordSet. + </li> </ul> </div> <a name="methodLastId" id="LastId"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> *************** *** 404,414 **** <ul class="redefinitions"> <li> <a href="../../Vortex/DB/RS_MySQL.html#methodLastId">RS_MySQL::LastId()</a> : Get the last auto-generated ID from the RecordSet. </li> </ul> </div> <a name="methodRow" id="Row"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> --- 436,454 ---- <ul class="redefinitions"> <li> + <a href="../../Vortex/DB/RS_MSSQL.html#methodLastId">RS_MSSQL::LastId()</a> + : Get the last auto-generated ID from the RecordSet. + </li> + <li> <a href="../../Vortex/DB/RS_MySQL.html#methodLastId">RS_MySQL::LastId()</a> : Get the last auto-generated ID from the RecordSet. </li> + <li> + <a href="../../Vortex/DB/RS_PostgreSQL.html#methodLastId">RS_PostgreSQL::LastId()</a> + : Get the last auto-generated ID from the RecordSet. + </li> </ul> </div> <a name="methodRow" id="Row"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> *************** *** 446,456 **** <ul class="redefinitions"> <li> <a href="../../Vortex/DB/RS_MySQL.html#methodRow">RS_MySQL::Row()</a> : Get a row from the RecordSet. </li> </ul> </div> <a name="methodRowCount" id="RowCount"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> --- 486,504 ---- <ul class="redefinitions"> <li> + <a href="../../Vortex/DB/RS_MSSQL.html#methodRow">RS_MSSQL::Row()</a> + : Get a row from the RecordSet. + </li> + <li> <a href="../../Vortex/DB/RS_MySQL.html#methodRow">RS_MySQL::Row()</a> : Get a row from the RecordSet. </li> + <li> + <a href="../../Vortex/DB/RS_PostgreSQL.html#methodRow">RS_PostgreSQL::Row()</a> + : Get a row from the RecordSet. + </li> </ul> </div> <a name="methodRowCount" id="RowCount"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> *************** *** 479,489 **** <ul class="redefinitions"> <li> <a href="../../Vortex/DB/RS_MySQL.html#methodRowCount">RS_MySQL::RowCount()</a> : Get the count of rows in the RecordSet. </li> </ul> </div> <a name="methodSetRow" id="SetRow"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> --- 527,545 ---- <ul class="redefinitions"> <li> + <a href="../../Vortex/DB/RS_MSSQL.html#methodRowCount">RS_MSSQL::RowCount()</a> + : Get the count of rows in the RecordSet. + </li> + <li> <a href="../../Vortex/DB/RS_MySQL.html#methodRowCount">RS_MySQL::RowCount()</a> : Get the count of rows in the RecordSet. </li> + <li> + <a href="../../Vortex/DB/RS_PostgreSQL.html#methodRowCount">RS_PostgreSQL::RowCount()</a> + : Get the count of rows in the RecordSet. + </li> </ul> </div> <a name="methodSetRow" id="SetRow"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> *************** *** 517,523 **** --- 573,587 ---- <ul class="redefinitions"> <li> + <a href="../../Vortex/DB/RS_MSSQL.html#methodSetRow">RS_MSSQL::SetRow()</a> + : Go to a row int the RecordSet. + </li> + <li> <a href="../../Vortex/DB/RS_MySQL.html#methodSetRow">RS_MySQL::SetRow()</a> : Go to a row int the RecordSet. </li> + <li> + <a href="../../Vortex/DB/RS_PostgreSQL.html#methodSetRow">RS_PostgreSQL::SetRow()</a> + : Go to a row int the RecordSet. + </li> </ul> </div> *************** *** 528,532 **** <p class="notes" id="credit"> ! Documentation generated on Fri, 5 Nov 2004 14:12:11 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> --- 592,596 ---- <p class="notes" id="credit"> ! Documentation generated on Fri, 11 Aug 2006 16:21:57 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC5</a> </p> </div></body> --- NEW FILE: DB_PostgreSQL.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 Class DB_PostgreSQL</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="class-name">Class DB_PostgreSQL</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-vars">Vars</a> | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Class for PostgreSQL database connection.</p> <p class="notes"> Located in <a class="field" href="_DB_PostgreSQL_class_php.html">/DB_PostgreSQL.class.php</a> (line <span class="field"><a href="../..//__filesource/fsource_Vortex_DB_DB_PostgreSQL.class.php.html#a24">24</a></span>) </p> <pre><a href="../../Vortex/DB/DB_Base.html">DB_Base</a> | --DB_PostgreSQL</pre> </div> </div> <a name="sec-method-summary"></a> <div class="info-box"> <div class="info-box-title">Method Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-vars">Vars</a> | <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="method-summary"> <div class="method-definition"> <span class="method-result">string</span> <a href="#AddSlashes" title="details" class="method-name">AddSlashes</a> (<span class="var-type">string</span> <span class="var-name">$data</span>) </div> <div class="method-definition"> <span class="method-result">bool</span> <a href="#Begin" title="details" class="method-name">Begin</a> () </div> <div class="method-definition"> <span class="method-result">bool</span> <a href="#Close" title="details" class="method-name">Close</a> () </div> <div class="method-definition"> <span class="method-result">bool</span> <a href="#Commit" title="details" class="method-name">Commit</a> () </div> <div class="method-definition"> <span class="method-result">bool</span> <a href="#Connect" title="details" class="method-name">Connect</a> ([<span class="var-type">bool</span> <span class="var-name">$persist</span> = <span class="var-default">FALSE</span>]) </div> <div class="method-definition"> <span class="method-result">string</span> <a href="#Error" title="details" class="method-name">Error</a> () </div> <div class="method-definition"> <span class="method-result"><a href="../../Vortex/DB/RS_Base.html">RS_Base</a></span> <a href="#Query" title="details" class="method-name">&Query</a> (<span class="var-type">string</span> <span class="var-name">$sql</span>) </div> <div class="method-definition"> <span class="method-result">bool</span> <a href="#Rollback" title="details" class="method-name">Rollback</a> () </div> </div> </div> </div> <a name="sec-vars"></a> <div class="info-box"> <div class="info-box-title">Variables</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <h4>Inherited Variables</h4> <A NAME='inherited_vars'><!-- --></A> <p>Inherited from <span class="classname"><a href="../../Vortex/DB/DB_Base.html">DB_Base</a></span></p> <blockquote> <span class="var-title"> <span class="var-name"><a href="../../Vortex/DB/DB_Base.html#var$db">DB_Base::$db</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../../Vortex/DB/DB_Base.html#var$link">DB_Base::$link</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../../Vortex/DB/DB_Base.html#var$pw">DB_Base::$pw</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../../Vortex/DB/DB_Base.html#var$server">DB_Base::$server</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../../Vortex/DB/DB_Base.html#var$user">DB_Base::$user</a></span><br> </span> </blockquote> </div> </div> <a name="sec-methods"></a> <div class="info-box"> <div class="info-box-title">Methods</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-vars">Vars</a> <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) </div> <div class="info-box-body"> <A NAME='method_detail'></A> <a name="methodAddSlashes" id="AddSlashes"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">AddSlashes</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_DB_PostgreSQL.class.php.html#a123">123</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Process a string for safe use in a database insertion.</p> <ul class="tags"> <li><span class="field">return:</span> Returns the processed string.</li> </ul> <div class="method-signature"> <span class="method-result">string</span> <span class="method-name"> AddSlashes </span> (<span class="var-type">string</span> <span class="var-name">$data</span>) </div> <ul class="parameters"> <li> <span class="var-type">string</span> <span class="var-name">$data</span><span class="var-description">: The string to be processed.</span> </li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/DB_Base.html#methodAddSlashes">DB_Base::AddSlashes()</a></dt> <dd>Process a string for safe use in a database insertion.</dd> </dl> </div> <a name="methodBegin" id="Begin"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">Begin</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_DB_PostgreSQL.class.php.html#a92">92</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Transactions: Begin a new transaction.</p> <ul class="tags"> <li><span class="field">return:</span> Returns TRUE if the new transaction began, FALSE if it failed.</li> </ul> <div class="method-signature"> <span class="method-result">bool</span> <span class="method-name"> Begin </span> () </div> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/DB_Base.html#methodBegin">DB_Base::Begin()</a></dt> <dd>Transactions: Begin a new transaction.</dd> </dl> </div> <a name="methodClose" id="Close"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">Close</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_DB_PostgreSQL.class.php.html#a68">68</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Close the connection to the database if still connected.</p> <ul class="tags"> <li><span class="field">return:</span> Returns TRUE if the connection was closed, FALSE if it failed.</li> </ul> <div class="method-signature"> <span class="method-result">bool</span> <span class="method-name"> Close </span> () </div> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/DB_Base.html#methodClose">DB_Base::Close()</a></dt> <dd>Close the connection to the database if still connected.</dd> </dl> </div> <a name="methodCommit" id="Commit"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">Commit</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_DB_PostgreSQL.class.php.html#a102">102</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Transactions: Commit a transaction.</p> <ul class="tags"> <li><span class="field">return:</span> Returns TRUE if the transaction was commited, FALSE if it failed.</li> </ul> <div class="method-signature"> <span class="method-result">bool</span> <span class="method-name"> Commit </span> () </div> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/DB_Base.html#methodCommit">DB_Base::Commit()</a></dt> <dd>Transactions: Commit a transaction.</dd> </dl> </div> <a name="methodConnect" id="Connect"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">Connect</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_DB_PostgreSQL.class.php.html#a32">32</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Open a new connection to the database if not already connected.</p> <ul class="tags"> <li><span class="field">return:</span> Returns TRUE if the connection was successfully established, FALSE if an error occurred.</li> </ul> <div class="method-signature"> <span class="method-result">bool</span> <span class="method-name"> Connect </span> ([<span class="var-type">bool</span> <span class="var-name">$persist</span> = <span class="var-default">FALSE</span>]) </div> <ul class="parameters"> <li> <span class="var-type">bool</span> <span class="var-name">$persist</span><span class="var-description">: Open a persistent connection?</span> </li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/DB_Base.html#methodConnect">DB_Base::Connect()</a></dt> <dd>Open a new connection to the database if not already connected.</dd> </dl> </div> <a name="methodError" id="Error"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">Error</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_DB_PostgreSQL.class.php.html#a82">82</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Get the last error message from the connection.</p> <ul class="tags"> <li><span class="field">return:</span> Returns a string describing the last error that occurred in the connection.</li> </ul> <div class="method-signature"> <span class="method-result">string</span> <span class="method-name"> Error </span> () </div> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/DB_Base.html#methodError">DB_Base::Error()</a></dt> <dd>Get the last error message from the connection.</dd> </dl> </div> <a name="methodQuery" id="Query"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">Query</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_DB_PostgreSQL.class.php.html#a53">53</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Execute a query at the database.</p> <ul class="tags"> <li><span class="field">return:</span> Returns a RecordSet object if there is a result to the query or TRUE if it was successfull, FALSE if a error occurred.</li> </ul> <div class="method-signature"> <span class="method-result"><a href="../../Vortex/DB/RS_Base.html">RS_Base</a></span> <span class="method-name"> &Query </span> (<span class="var-type">string</span> <span class="var-name">$sql</span>) </div> <ul class="parameters"> <li> <span class="var-type">string</span> <span class="var-name">$sql</span><span class="var-description">: Query to run.</span> </li> </ul> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/DB_Base.html#methodQuery">DB_Base::Query()</a></dt> <dd>Execute a query at the database.</dd> </dl> </div> <a name="methodRollback" id="Rollback"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">Rollback</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_DB_PostgreSQL.class.php.html#a112">112</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Transactions: Rollback a transaction.</p> <ul class="tags"> <li><span class="field">return:</span> Returns TRUE if the transaction was cancelled, FALSE if it failed.</li> </ul> <div class="method-signature"> <span class="method-result">bool</span> <span class="method-name"> Rollback </span> () </div> <hr class="separator" /> <div class="notes">Redefinition of:</div> <dl> <dt><a href="../../Vortex/DB/DB_Base.html#methodRollback">DB_Base::Rollback()</a></dt> <dd>Transactions: Rollback a transaction.</dd> </dl> </div> <h4>Inherited Methods</h4> <a name='inherited_methods'><!-- --></a> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../../Vortex/DB/DB_Base.html">DB_Base</a></span></p> <blockquote> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodDB_Base">DB_Base::DB_Base()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodAddSlashes">DB_Base::AddSlashes()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodBegin">DB_Base::Begin()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodClose">DB_Base::Close()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodCommit">DB_Base::Commit()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodConnect">DB_Base::Connect()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodDelete">DB_Base::Delete()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodDuplicate">DB_Base::Duplicate()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodError">DB_Base::Error()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodInsert">DB_Base::Insert()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodQuery">DB_Base::Query()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodRollback">DB_Base::Rollback()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodSelect">DB_Base::Select()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodUpdate">DB_Base::Update()</a></span><br> </blockquote> </div> </div> <p class="notes" id="credit"> Documentation generated on Fri, 11 Aug 2006 16:21:50 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC5</a> </p> </div></body> </html> Index: FT_Text.html =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/doc/html/Vortex/DB/FT_Text.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FT_Text.html 5 Nov 2004 16:13:38 -0000 1.7 --- FT_Text.html 11 Aug 2006 19:21:20 -0000 1.8 *************** *** 94,98 **** <span class="method-result">void</span> <a href="#ShowForm" title="details" class="method-name">ShowForm</a> ! (<span class="var-type">string</span> <span class="var-name">$value</span>) </div> --- 94,98 ---- <span class="method-result">void</span> <a href="#ShowForm" title="details" class="method-name">ShowForm</a> ! (<span class="var-type">string</span> <span class="var-name">$value</span>, [<span class="var-type">mixed</span> <span class="var-name">$origin</span> = <span class="var-default">FT_OR_DB</span>]) </div> *************** *** 100,104 **** <span class="method-result">void</span> <a href="#ShowPlain" title="details" class="method-name">ShowPlain</a> ! (<span class="var-type">string</span> <span class="var-name">$value</span>) </div> --- 100,104 ---- <span class="method-result">void</span> <a href="#ShowPlain" title="details" class="method-name">ShowPlain</a> ! (<span class="var-type">string</span> <span class="var-name">$value</span>, [<span class="var-type">mixed</span> <span class="var-name">$origin</span> = <span class="var-default">FT_OR_DB</span>]) </div> *************** *** 126,130 **** <div class="info-box-body"> <a name="var$cols" id="$cols"><!-- --></A> ! <div class="evenrow"> <div class="var-header"> --- 126,130 ---- <div class="info-box-body"> <a name="var$cols" id="$cols"><!-- --></A> ! <div class="oddrow"> <div class="var-header"> *************** *** 145,149 **** </div> <a name="var$rows" id="$rows"><!-- --></A> ! <div class="oddrow"> <div class="var-header"> --- 145,149 ---- </div> <a name="var$rows" id="$rows"><!-- --></A> ! <div class="evenrow"> <div class="var-header"> *************** *** 164,168 **** </div> <a name="var$size" id="$size"><!-- --></A> ! <div class="evenrow"> <div class="var-header"> --- 164,168 ---- </div> <a name="var$size" id="$size"><!-- --></A> ! <div class="oddrow"> <div class="var-header"> *************** *** 227,231 **** <A NAME='method_detail'></A> <a name="methodConsistTest" id="ConsistTest"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> --- 227,231 ---- <A NAME='method_detail'></A> <a name="methodConsistTest" id="ConsistTest"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> *************** *** 262,266 **** </div> <a name="methodJSConsist" id="JSConsist"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> --- 262,266 ---- </div> <a name="methodJSConsist" id="JSConsist"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> *************** *** 289,293 **** </div> <a name="methodShowForm" id="ShowForm"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> --- 289,293 ---- </div> <a name="methodShowForm" id="ShowForm"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> *************** *** 303,307 **** ShowForm </span> ! (<span class="var-type">string</span> <span class="var-name">$value</span>) </div> --- 303,307 ---- ShowForm </span> ! (<span class="var-type">string</span> <span class="var-name">$value</span>, [<span class="var-type">mixed</span> <span class="var-name">$origin</span> = <span class="var-default">FT_OR_DB</span>]) </div> *************** *** 321,325 **** </div> <a name="methodShowPlain" id="ShowPlain"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> --- 321,325 ---- </div> <a name="methodShowPlain" id="ShowPlain"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> *************** *** 335,339 **** ShowPlain </span> ! (<span class="var-type">string</span> <span class="var-name">$value</span>) </div> --- 335,339 ---- ShowPlain </span> ! (<span class="var-type">string</span> <span class="var-name">$value</span>, [<span class="var-type">mixed</span> <span class="var-name">$origin</span> = <span class="var-default">FT_OR_DB</span>]) </div> *************** *** 353,357 **** </div> <a name="methodWhere" id="Where"><!-- --></a> ! <div class="oddrow"> <div class="method-header"> --- 353,357 ---- </div> <a name="methodWhere" id="Where"><!-- --></a> ! <div class="evenrow"> <div class="method-header"> *************** *** 408,412 **** <p class="notes" id="credit"> ! Documentation generated on Fri, 5 Nov 2004 14:12:09 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> --- 408,412 ---- <p class="notes" id="credit"> ! Documentation generated on Fri, 11 Aug 2006 16:21:56 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC5</a> </p> </div></body> Index: _FT_Text_class_php.html =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/doc/html/Vortex/DB/_FT_Text_class_php.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** _FT_Text_class_php.html 5 Nov 2004 16:13:38 -0000 1.7 --- _FT_Text_class_php.html 11 Aug 2006 19:21:20 -0000 1.8 *************** *** 69,73 **** <div class="info-box-body"> <a name="_FT_Base_class_php"><!-- --></a> ! <div class="evenrow"> <div> --- 69,73 ---- <div class="info-box-body"> <a name="_FT_Base_class_php"><!-- --></a> ! <div class="oddrow"> <div> *************** *** 90,94 **** <p class="notes" id="credit"> ! Documentation generated on Fri, 5 Nov 2004 14:12:09 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> --- 90,94 ---- <p class="notes" id="credit"> ! Documentation generated on Fri, 11 Aug 2006 16:21:56 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC5</a> </p> </div></body> --- NEW FILE: _FT_DateTime_class_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 FT_DateTime.class.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">/FT_DateTime.class.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-classes">Classes</a> | <a href="#sec-includes">Includes</a> | <a href="#sec-constants">Constants</a> | <a href="#sec-functions">Functions</a> </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">File for class FT_DateTime.</p> <ul class="tags"> <li><span class="field">filesource:</span> <a href="../..//__filesource/fsource_Vortex_DB_FT_DateTime.class.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 2005, Thiago Ramon Gonçalves Montoya</li> <li><span class="field">author:</span> Thiago Ramon Gonçalves Montoya</li> </ul> </div> </div> <a name="sec-classes"></a> <div class="info-box"> <div class="info-box-title">Classes</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Classes</span> | <a href="#sec-includes">Includes</a> | <a href="#sec-constants">Constants</a> | <a href="#sec-functions">Functions</a> </div> <div class="info-box-body"> <table cellpadding="2" cellspacing="0" class="class-table"> <tr> <th class="class-table-header">Class</th> <th class="class-table-header">Description</th> </tr> <tr> <td style="padding-right: 2em; vertical-align: top"> <a href="../../Vortex/DB/FT_DateTime.html">FT_DateTime</a> </td> <td> Database field, Date/Time type. </td> </tr> </table> </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> | <a href="#sec-classes">Classes</a> | <span class="disabled">Includes</span> | <a href="#sec-constants">Constants</a> | <a href="#sec-functions">Functions</a> </div> <div class="info-box-body"> <a name="_FT_Base_class_php"><!-- --></a> <div class="oddrow"> <div> <span class="include-title"> <span class="include-type">require_once</span> (<span class="include-name"><a href="../../Vortex/DB/_FT_Base_class_php.html">'FT_Base.class.php'</a></span>) (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_FT_DateTime.class.php.html#a13">13</a></span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Require the base class</p> </div> </div> </div> <a name="sec-constants"></a> <div class="info-box"> <div class="info-box-title">Constants</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-classes">Classes</a> | <a href="#sec-includes">Includes</a> | <span class="disabled">Constants</span> | <a href="#sec-functions">Functions</a> </div> <div class="info-box-body"> <a name="defineFT_DATE"><!-- --></a> <div class="evenrow"> <div> <span class="const-title"> <span class="const-name">FT_DATE</span> = 1 (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_FT_DateTime.class.php.html#a19">19</a></span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Date only field.</p> <p class="description"><p>Used in <a href="../../Vortex/DB/FT_DateTime.html#var$type">FT_DateTime::$type</a>.</p></p> </div> <a name="defineFT_DATETIME"><!-- --></a> <div class="oddrow"> <div> <span class="const-title"> <span class="const-name">FT_DATETIME</span> = 3 (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_FT_DateTime.class.php.html#a31">31</a></span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Combined date/time field.</p> <p class="description"><p>Used in <a href="../../Vortex/DB/FT_DateTime.html#var$type">FT_DateTime::$type</a>.</p></p> </div> <a name="defineFT_TIME"><!-- --></a> <div class="evenrow"> <div> <span class="const-title"> <span class="const-name">FT_TIME</span> = 2 (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_FT_DateTime.class.php.html#a25">25</a></span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Time only field.</p> <p class="description"><p>Used in <a href="../../Vortex/DB/FT_DateTime.html#var$type">FT_DateTime::$type</a>.</p></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-classes">Classes</a> | <a href="#sec-includes">Includes</a> | <a href="#sec-constants">Constants</a> | <span class="disabled">Functions</span> </div> <div class="info-box-body"> <a name="functionarray_combine" id="functionarray_combine"><!-- --></a> <div class="oddrow"> <div> <span class="method-title">array_combine</span> (line <span class="line-number"><a href="../..//__filesource/fsource_Vortex_DB_FT_DateTime.class.php.html#a34">34</a></span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> array_combine </span> (<span class="var-type">mixed</span> <span class="var-name">$keys</span>, <span class="var-type">mixed</span> <span class="var-name">$values</span>) </div> </div> </div> </div> <p class="notes" id="credit"> Documentation generated on Fri, 11 Aug 2006 16:21:51 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC5</a> </p> </div></body> </html> Index: _FT_ListArray_class_php.html =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/doc/html/Vortex/DB/_FT_ListArray_class_php.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** _FT_ListArray_class_php.html 5 Nov 2004 16:19:05 -0000 1.1 --- _FT_ListArray_class_php.html 11 Aug 2006 19:21:20 -0000 1.2 *************** *** 69,73 **** <div class="info-box-body"> <a name="_FT_Base_class_php"><!-- --></a> ! <div class="evenrow"> <div> --- 69,73 ---- <div class="info-box-body"> <a name="_FT_Base_class_php"><!-- --></a> ! <div class="oddrow"> <div> *************** *** 90,94 **** <p class="notes" id="credit"> ! Documentation generated on Fri, 5 Nov 2004 14:12:07 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> --- 90,94 ---- <p class="notes" id="credit"> ! Documentation generated on Fri, 11 Aug 2006 16:21:54 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC5</a> </p> </div></body> Index: _FT_PKey_class_php.html =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/doc/html/Vortex/DB/_FT_PKey_class_php.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** _FT_PKey_class_php.html 5 Nov 2004 16:13:38 -0000 1.3 --- _FT_PKey_class_php.html 11 Aug 2006 19:21:20 -0000 1.4 *************** *** 69,73 **** <div class="info-box-body"> <a name="_FT_Hidden_class_php"><!-- --></a> ! <div class="oddrow"> <div> --- 69,73 ---- <div class="info-box-body"> <a name="_FT_Hidden_class_php"><!-- --></a> ! <div class="evenrow"> <div> *************** *** 90,94 **** <p class="notes" id="credit"> ! Documentation generated on Fri, 5 Nov 2004 14:12:08 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> --- 90,94 ---- <p class="notes" id="credit"> ! Documentation generated on Fri, 11 Aug 2006 16:21:55 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC5</a> </p> </div></body> Index: DB_MySQL.html =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/doc/html/Vortex/DB/DB_MySQL.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** DB_MySQL.html 5 Nov 2004 16:13:37 -0000 1.7 --- DB_MySQL.html 11 Aug 2006 19:21:20 -0000 1.8 *************** *** 423,426 **** --- 423,427 ---- <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodQuery">DB_Base::Query()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodRollback">DB_Base::Rollback()</a></span><br> + <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodSelect">DB_Base::Select()</a></span><br> <span class="method-name"><a href="../../Vortex/DB/DB_Base.html#methodUpdate">DB_Base::Update()</a></span><br> </blockquote> *************** *** 431,435 **** <p class="notes" id="credit"> ! Documentation generated on Fri, 5 Nov 2004 14:12:02 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> --- 432,436 ---- <p class="notes" id="credit"> ! Documentation generated on Fri, 11 Aug 2006 16:21:49 -0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC5</a> </p> </div></body> --- NEW FILE: _DB_MSSQL_class_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 DB_MSSQL.class.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">/DB_MSSQL.class.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-classes">Classes</a... [truncated message content] |