Beispiel #1
0
 public function getEvents()
 {
     //Considers the spatial data of Events table
     return KdObject::fetchAll();
 }
 public function getFacebookCustomApi()
 {
     return KdObject::fetchAll();
 }
 public function getArticles()
 {
     return array_reverse(KdObject::fetchAll());
 }
 public function getMessages()
 {
     return KdObject::fetchAll();
 }