Skip to main content

Home/ foograde/ Establecer filtros en accion de forma manual, $this->setFilters()
Fernando Vega

Establecer filtros en accion de forma manual, $this->setFilters() - 1 views

started by Fernando Vega on 17 Feb 11
  • Fernando Vega
     
    Si se recibe un parametro por get desde una acción o metodo se puede establecer el filtro simplemente mandando una array con el nombre del campo y el valor a establecer.

    if($this->getRequestParameter('album_id'))
    $this->setFilters(array('album_id'=> $this->getRequestParameter('album_id')));
  • federico balderas
     
    mames!

To Top

Start a New Topic » « Back to the foograde group