summaryrefslogtreecommitdiffstats
path: root/bl
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-23 01:23:47 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-23 01:23:47 +0100
commit29571aff347e7cd8ab9a755d6211fed575d4f129 (patch)
tree37ddedfff203eb84d2a2e9fdf3ac6a7268710caa /bl
parenta2d264b4d4d7d71c719c0665c40f55e411bdd4f4 (diff)
finished itemcontroller
Diffstat (limited to 'bl')
-rw-r--r--bl/itembl.php7
1 files changed, 6 insertions, 1 deletions
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
}