summaryrefslogtreecommitdiffstats
path: root/application/models
diff options
context:
space:
mode:
authorSimon2011-03-07 17:17:56 +0100
committerSimon2011-03-07 17:17:56 +0100
commit8763f6cff0d65317db93f4ba93d6656e690dc9d8 (patch)
treefd816a207b7983ad18af747ae5b992a590726d49 /application/models
parentfilter fertig (diff)
downloadpbs2-8763f6cff0d65317db93f4ba93d6656e690dc9d8.tar.gz
pbs2-8763f6cff0d65317db93f4ba93d6656e690dc9d8.tar.xz
pbs2-8763f6cff0d65317db93f4ba93d6656e690dc9d8.zip
dirty hack entfertn durch findBy-Methode
Diffstat (limited to 'application/models')
-rw-r--r--application/models/FilterEntriesMapper.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/application/models/FilterEntriesMapper.php b/application/models/FilterEntriesMapper.php
index 350f081..bf57dbd 100644
--- a/application/models/FilterEntriesMapper.php
+++ b/application/models/FilterEntriesMapper.php
@@ -107,13 +107,7 @@ class Application_Model_FilterEntriesMapper
->setFiltervalue2($row->filtervalue2);
return $filterentries;
}
- public function findBy($field,$value)
- {
- $db = $this->getAdapter();
- $where = $db->quoteInto($db->quoteIdentifier($field).' = ?', value);
- return $this->fetchAll($where);
- }
public function fetchAll()
{