My controller is:
public function store()
{
$links = array();
$html = new \Htmldom('http://randomsite.org');
foreach($html->find('a') as $a)
{
$links[] = $a->href;
}
}
and i have the database table called result with field:
id
name
url (i want to put the array here)
desc
what I want is multiple records as number links