Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1050 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1050 Rev 1057
Línea 44... Línea 44...
44
        return self::$_instance;
44
        return self::$_instance;
45
    }
45
    }
Línea 46... Línea 46...
46
 
46
 
47
 
47
 
48
 
48
 
49
    public function fetchAllDataTable($search, $page = 1, $records_per_page = 10, $order_field= 'title', $order_direction = 'ASC', $id_objectives)
49
    public function fetchAllDataTable($search, $page = 1, $records_per_page = 10, $order_field= 'title', $order_direction = 'ASC', $id_goals)
50
    {
50
    {
51
        $prototype = new PlanningObjectivesAndGoalsTask();
51
        $prototype = new PlanningObjectivesAndGoalsTask();
Línea 52... Línea 52...
52
        $select = $this->sql->select(self::_TABLE);
52
        $select = $this->sql->select(self::_TABLE);
53
        $select->where->equalTo('id_objectives', $id_objectives);
53
        $select->where->equalTo('id_goals', $id_goals);