From 29571aff347e7cd8ab9a755d6211fed575d4f129 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 23 Mar 2013 01:23:47 +0100 Subject: finished itemcontroller --- bl/itembl.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bl/itembl.php') diff --git a/bl/itembl.php b/bl/itembl.php index 629f9317f..f9bd15b9a 100644 --- a/bl/itembl.php +++ b/bl/itembl.php @@ -36,7 +36,12 @@ class ItemBl extends Bl { } - public function findAll(){ + public function findAllNew($id, $type, $updatedSince, $userId){ + + } + + + public function findAll($id, $type, $limit, $offset, $userId){ // TODO all the crazy finding of items } -- cgit v1.2.3