_table = Table::instance(); } public function get_collection() { $collection = new Collection(); if ($all_db_params = $this->get()) { foreach ($all_db_params as $db_params) { $collection->add(new Entry($db_params)); } } return $collection; } }