Generic class cannot really wrap around mysql method..
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 6 Sep 2011 11:14:34 +0000 (11:14 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 6 Sep 2011 11:14:34 +0000 (11:14 +0000)
includes/db/Database.php

index c5b58e5..ec10f0c 100644 (file)
@@ -1528,6 +1528,7 @@ abstract class DatabaseBase implements DatabaseType {
        }
 
        /**
+        * @todo document
         * mysql_field_type() wrapper
         */
        function fieldType( $res, $index ) {