diff options
| author | Simon | 2011-03-07 17:17:56 +0100 |
|---|---|---|
| committer | Simon | 2011-03-07 17:17:56 +0100 |
| commit | 8763f6cff0d65317db93f4ba93d6656e690dc9d8 (patch) | |
| tree | fd816a207b7983ad18af747ae5b992a590726d49 /application/models | |
| parent | filter fertig (diff) | |
| download | pbs2-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.php | 6 |
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() { |
