1. 05 Feb, 2016 1 commit
  2. 22 Sep, 2015 1 commit
  3. 29 Jun, 2015 2 commits
  4. 26 Jun, 2015 2 commits
  5. 01 Jun, 2015 1 commit
  6. 29 May, 2015 1 commit
  7. 28 May, 2015 1 commit
  8. 27 May, 2015 1 commit
  9. 23 May, 2015 1 commit
  10. 22 May, 2015 1 commit
    • Ad Schellevis's avatar
      (mvc) add support class for easy datagrid usage · a6198444
      Ad Schellevis authored
      // create a new model
      $model = new Model();
      // link model to support class
      $grid = new UIModelGrid($model->container->arrayTypeObject);
      // fetch data and return into array which our frontend grid component can use
      $result = $grid->fetch($fields, $itemsPerPage, $currentPage, $sortBy, $sortDescending, $searchPhrase);
      a6198444