Revert "Implement Countable."
authorChuck Hagenbuch <chuck@horde.org>
Sat, 29 Aug 2009 02:49:38 +0000 (22:49 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sat, 29 Aug 2009 02:49:38 +0000 (22:49 -0400)
This reverts commit d0396d8d495ed66fa088ae490a1d0ff3dbe16de9.

framework/Db/lib/Horde/Db/Adapter/Abstract.php

index 9e05608..9bcea39 100644 (file)
@@ -21,7 +21,7 @@
  * @package    Horde_Db
  * @subpackage Adapter
  */
-abstract class Horde_Db_Adapter_Abstract implements Countable
+abstract class Horde_Db_Adapter_Abstract
 {
     /**
      * Config options
@@ -472,16 +472,6 @@ abstract class Horde_Db_Adapter_Abstract implements Countable
     }
 
     /**
-     * Returns the number of affected or returned rows of the last query.
-     *
-     * @return integer
-     */
-    public function count()
-    {
-        return $this->_rowCount;
-    }
-
-    /**
      * Check if a transaction has been started
      */
     public function transactionStarted()