public function indexAction()
 {
     //Example
     $ciudades = Ciudad::all();
     $this->view->ciudades = $ciudades->toArray();
 }
Ejemplo n.º 2
0
 public function getIndex()
 {
     return Ciudad::all();
 }
Ejemplo n.º 3
0
 public function getAll()
 {
     return Ciudad::all();
 }