public function reqGetAllRents() { $rents = Rent::find('all', array('limit' => 15000)); $rents = $this->buildRents($rents); return $rents; }