phpOpenTracker/phpOpenTracker/DB mssql.php,1.13.4.1.2.3,1.13.4.1.2.4 mysql.php,1.22.4.1.2.3,1.22.4.1.2.4 mysql_merge.php,1.22.2.1.2.3,1.22.2.1.2.4 oci8.php,1.13.4.1.2.3,1.13.4.1.2.4 pgsql.php,1.16.4.1.2.3,1.16.4.1.2.4
Sebastian Bergmann <[email protected]> Mon, 19 Apr 2004 14:35:39 +0000
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/DB
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25185/phpOpenTracker/DB
Modified Files:
Tag: phpOpenTracker_1_4
mssql.php mysql.php mysql_merge.php oci8.php pgsql.php
Log Message:
MFH: phpDocumentor-related fixes, no functional changes.
Index: mysql.php
===================================================================
RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/DB/Attic/mysql.php,v
retrieving revision 1.22.4.1.2.3
retrieving revision 1.22.4.1.2.4
diff -u -d -r1.22.4.1.2.3 -r1.22.4.1.2.4
--- mysql.php 24 Jan 2004 19:59:13 -0000 1.22.4.1.2.3
+++ mysql.php 19 Apr 2004 14:35:36 -0000 1.22.4.1.2.4
@@ -20,12 +20,16 @@
//
/**
-* phpOpenTracker MySQL Database Handler
-*
-* @author Sebastian Bergmann <[email protected]>
-* @version $Revision$
-* @since phpOpenTracker 1.0.0
-*/
+ * phpOpenTracker MySQL Database Handler
+ *
+ * @author Sebastian Bergmann <[email protected]>
+ * @copyright Copyright © 2000-2004 Sebastian Bergmann <[email protected]>
+ * @license http://www.apache.org/licenses/LICENSE-2.0 The Apache License, Version 2.0
+ * @category phpOpenTracker
+ * @package phpOpenTracker_1_4
+ * @version $Revision$
+ * @since phpOpenTracker 1.0.0
+ */
class phpOpenTracker_DB_mysql extends phpOpenTracker_DB {
/**
* Constructor.
@@ -141,9 +145,9 @@
/**
* Performs an SQL query.
*
- * @param string $query
- * @param optional mixed $limit
- * @param optional boolean $warnOnFailure
+ * @param string $query
+ * @param mixed $limit
+ * @param boolean $warnOnFailure
* @access public
*/
function query($query, $limit = false, $warnOnFailure = true) {
Index: pgsql.php
===================================================================
RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/DB/Attic/pgsql.php,v
retrieving revision 1.16.4.1.2.3
retrieving revision 1.16.4.1.2.4
diff -u -d -r1.16.4.1.2.3 -r1.16.4.1.2.4
--- pgsql.php 24 Jan 2004 19:59:40 -0000 1.16.4.1.2.3
+++ pgsql.php 19 Apr 2004 14:35:36 -0000 1.16.4.1.2.4
@@ -20,12 +20,16 @@
//
/**
-* phpOpenTracker PostgreSQL Database Handler
-*
-* @author Sebastian Bergmann <[email protected]>
-* @version $Revision$
-* @since phpOpenTracker 1.0.0
-*/
+ * phpOpenTracker PostgreSQL Database Handler
+ *
+ * @author Sebastian Bergmann <[email protected]>
+ * @copyright Copyright © 2000-2004 Sebastian Bergmann <[email protected]>
+ * @license http://www.apache.org/licenses/LICENSE-2.0 The Apache License, Version 2.0
+ * @category phpOpenTracker
+ * @package phpOpenTracker_1_4
+ * @version $Revision$
+ * @since phpOpenTracker 1.0.0
+ */
class phpOpenTracker_DB_pgsql extends phpOpenTracker_DB {
/**
* Constructor.
@@ -71,9 +75,9 @@
/**
* Performs an SQL query.
*
- * @param string $query
- * @param optional mixed $limit
- * @param optional boolean $warnOnFailure
+ * @param string $query
+ * @param mixed $limit
+ * @param boolean $warnOnFailure
* @access public
*/
function query($query, $limit = false, $warnOnFailure = true) {
Index: mssql.php
===================================================================
RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/DB/Attic/mssql.php,v
retrieving revision 1.13.4.1.2.3
retrieving revision 1.13.4.1.2.4
diff -u -d -r1.13.4.1.2.3 -r1.13.4.1.2.4
--- mssql.php 24 Jan 2004 19:59:07 -0000 1.13.4.1.2.3
+++ mssql.php 19 Apr 2004 14:35:36 -0000 1.13.4.1.2.4
@@ -20,12 +20,17 @@
//
/**
-* phpOpenTracker MS SQL Server Database Handler
-*
-* @author Christopher Hughes <[email protected]>
-* @version $Revision$
-* @since phpOpenTracker 1.0.0
-*/
+ * phpOpenTracker MS SQL Server Database Handler
+ *
+ * @author Christopher Hughes <[email protected]>
+ * @author Sebastian Bergmann <[email protected]>
+ * @copyright Copyright © 2000-2004 Sebastian Bergmann <[email protected]>
+ * @license http://www.apache.org/licenses/LICENSE-2.0 The Apache License, Version 2.0
+ * @category phpOpenTracker
+ * @package phpOpenTracker_1_4
+ * @version $Revision$
+ * @since phpOpenTracker 1.0.0
+ */
class phpOpenTracker_DB_mssql extends phpOpenTracker_DB {
/**
* Constructor.
@@ -75,9 +80,9 @@
/**
* Performs an SQL query.
*
- * @param string $query
- * @param optional mixed $limit
- * @param optional boolean $warnOnFailure
+ * @param string $query
+ * @param mixed $limit
+ * @param boolean $warnOnFailure
* @access public
*/
function query($query, $limit = false, $warnOnFailure = true) {
Index: mysql_merge.php
===================================================================
RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/DB/Attic/mysql_merge.php,v
retrieving revision 1.22.2.1.2.3
retrieving revision 1.22.2.1.2.4
diff -u -d -r1.22.2.1.2.3 -r1.22.2.1.2.4
--- mysql_merge.php 12 Apr 2004 08:22:34 -0000 1.22.2.1.2.3
+++ mysql_merge.php 19 Apr 2004 14:35:36 -0000 1.22.2.1.2.4
@@ -22,12 +22,16 @@
require POT_INCLUDE_PATH . 'DB/mysql.php';
/**
-* phpOpenTracker MySQL Database Handler (using Merge Tables)
-*
-* @author Sebastian Bergmann <[email protected]>
-* @version $Revision$
-* @since phpOpenTracker 1.2.0
-*/
+ * phpOpenTracker MySQL Database Handler (using Merge Tables)
+ *
+ * @author Sebastian Bergmann <[email protected]>
+ * @copyright Copyright © 2000-2004 Sebastian Bergmann <[email protected]>
+ * @license http://www.apache.org/licenses/LICENSE-2.0 The Apache License, Version 2.0
+ * @category phpOpenTracker
+ * @package phpOpenTracker_1_4
+ * @version $Revision$
+ * @since phpOpenTracker 1.2.0
+ */
class phpOpenTracker_DB_mysql_merge extends phpOpenTracker_DB_mysql {
/**
* Schema for the pot_accesslog table.
@@ -78,10 +82,10 @@
/**
* Creates a new merge table.
*
- * @param string $name
- * @param string $type
- * @param mixed $tables
- * @param optional boolean $temporary
+ * @param string $name
+ * @param string $type
+ * @param mixed $tables
+ * @param boolean $temporary
* @access public
*/
function createMergeTable($name, $type, $tables, $temporary = false) {
@@ -113,7 +117,7 @@
/**
* Fetches a row from the current result set.
*
- * @param optional boolean $fetchAssoc
+ * @param boolean $fetchAssoc
* @access public
* @return array
*/
@@ -136,10 +140,10 @@
/**
* Performs an SQL query.
*
- * @param string $query
- * @param optional mixed $limit
- * @param optional boolean $warnOnFailure
- * @param optional boolean $tablesAlreadyCreated
+ * @param string $query
+ * @param mixed $limit
+ * @param boolean $warnOnFailure
+ * @param boolean $tablesAlreadyCreated
* @access public
*/
function query($query, $limit = false, $warnOnFailure = true, $tablesAlreadyCreated = false) {
@@ -195,8 +199,8 @@
* Creates new pot_accesslog and pot_visitors tables
* for a given month.
*
- * @param optional integer $month
- * @param optional integer $year
+ * @param integer $month
+ * @param integer $year
* @access private
*/
function _newTables($month = '', $year = '') {
Index: oci8.php
===================================================================
RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/DB/Attic/oci8.php,v
retrieving revision 1.13.4.1.2.3
retrieving revision 1.13.4.1.2.4
diff -u -d -r1.13.4.1.2.3 -r1.13.4.1.2.4
--- oci8.php 24 Jan 2004 19:59:19 -0000 1.13.4.1.2.3
+++ oci8.php 19 Apr 2004 14:35:36 -0000 1.13.4.1.2.4
@@ -20,12 +20,17 @@
//
/**
-* phpOpenTracker Oracle Database Handler
-*
-* @author Thomas Fromm <[email protected]>
-* @version $Revision$
-* @since phpOpenTracker 1.0.0
-*/
+ * phpOpenTracker Oracle Database Handler
+ *
+ * @author Thomas Fromm <[email protected]>
+ * @author Sebastian Bergmann <[email protected]>
+ * @copyright Copyright © 2000-2004 Sebastian Bergmann <[email protected]>
+ * @license http://www.apache.org/licenses/LICENSE-2.0 The Apache License, Version 2.0
+ * @category phpOpenTracker
+ * @package phpOpenTracker_1_4
+ * @version $Revision$
+ * @since phpOpenTracker 1.0.0
+ */
class phpOpenTracker_DB_oci8 extends phpOpenTracker_DB {
/**
* Constructor.
@@ -70,9 +75,9 @@
/**
* Performs an SQL query.
*
- * @param string $query
- * @param optional mixed $limit
- * @param optional boolean $warnOnFailure
+ * @param string $query
+ * @param mixed $limit
+ * @param boolean $warnOnFailure
* @access public
*/
function query($query, $limit = false, $warnOnFailure = true) {
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click