Skip to content

Instantly share code, notes, and snippets.

@NightZpy
Created May 22, 2015 20:09
Show Gist options
  • Save NightZpy/da4e57451d1b7f8e2c2c to your computer and use it in GitHub Desktop.
Save NightZpy/da4e57451d1b7f8e2c2c to your computer and use it in GitHub Desktop.
public function getAllForSelect()
{
if($this->getModel()->first()->nombre)
return $this->getAll()->lists('nombre', 'id');
return $this->getAll()->lists('name', 'id');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment