projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0396d8
)
Revert "Implement Countable."
author
Chuck Hagenbuch
<chuck@horde.org>
Sat, 29 Aug 2009 02:49:38 +0000
(22:49 -0400)
committer
Chuck 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
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Adapter/Abstract.php
b/framework/Db/lib/Horde/Db/Adapter/Abstract.php
index
9e05608
..
9bcea39
100644
(file)
--- a/
framework/Db/lib/Horde/Db/Adapter/Abstract.php
+++ b/
framework/Db/lib/Horde/Db/Adapter/Abstract.php
@@
-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()