Controller_Data_Array::prefetchAll PHP Method

prefetchAll() public method

public prefetchAll ( $model )
    public function prefetchAll($model)
    {
        // TODO: miss ordering...
        return $this->getIdsFromConditions($model->_table[$this->short_name], $model->conditions, $model->limit);
    }