2017 © Pedro Peláez
 

library data-indexer

FSi DataIndexer Component - Component created to provide one simple object indexing strategy for FSi DataSource and DataGrid components.

image

fsi/data-indexer

FSi DataIndexer Component - Component created to provide one simple object indexing strategy for FSi DataSource and DataGrid components.

  • Monday, December 11, 2017
  • by chives
  • Repository
  • 7 Watchers
  • 1 Stars
  • 36,770 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 8 Versions
  • 2 % Grown

The README.md

FSi DataIndexer Component

This component is created to provide one simple object indexing strategy for FSi DataSource and DataGrid components., (*1)

Installation

Add fsi/data-indexer to composer.json, (*2)

{
    ...

    "require": {
        "fsi/data-indexer" : "^1.0@dev",
    }

    ...
}

Usage

$dataIndexer = new DoctrineDataIndexer($this->getDoctrine(), "DemoBundle:News");
$news = News("this_is_id");

$index = $dataIndexer->getIndex($news);
// value in $index "this_is_id"

$entity = $dataIndexer->getData($index);
// $entity value is a News object with id "this_is_id"

DoctrineDataIndexer handle single and composite keys, (*3)

The Versions

11/12 2017

dev-master

9999999-dev

FSi DataIndexer Component - Component created to provide one simple object indexing strategy for FSi DataSource and DataGrid components.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Norbert Orzechowicz

component datagrid fsi

11/12 2017

0.9.6

0.9.6.0

FSi DataIndexer Component - Component created to provide one simple object indexing strategy for FSi DataSource and DataGrid components.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Norbert Orzechowicz

component datagrid fsi

16/01 2016

0.9.5

0.9.5.0

FSi DataIndexer Component - Component created to provide one simple object indexing strategy for FSi DataSource and DataGrid components.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Norbert Orzechowicz

component datagrid fsi

11/03 2014

0.9.4

0.9.4.0

FSi DataIndexer Component - Component created to provide one simple object indexing strategy for FSi DataSource and DataGrid components.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Norbert Orzechowicz

component datagrid fsi

25/07 2013

0.9.3

0.9.3.0

FSi DataIndexer Component - Component created to provide one simple object indexing strategy for FSi DataSource and DataGrid components.

  Sources   Download

MIT

The Requires

 

by Norbert Orzechowicz

component datagrid fsi

31/05 2013

0.9.2

0.9.2.0

FSi DataIndexer Component - Component created to provide one simple object indexing strategy for FSi DataSource and DataGrid components.

  Sources   Download

MIT

The Requires

 

by Norbert Orzechowicz

component datagrid fsi

23/04 2013

0.9.1

0.9.1.0

FSi DataIndexer Component - Component created to provide one simple object indexing strategy for FSi DataSource and DataGrid components.

  Sources   Download

MIT

The Requires

 

by Norbert Orzechowicz

component datagrid fsi

22/03 2013

0.9.0

0.9.0.0

FSi DataIndexer Component - Component created to provide one simple object indexing strategy for FSi DataSource and DataGrid components.

  Sources   Download

MIT

The Requires

 

by Norbert Orzechowicz

component datagrid fsi