Propel loader

It loads given rows to a given table by using its tablemap and returns the rows.

optional: After loading, it can map the ids from the database to the rows.

Usage:

<propel propelTableMapClass="\Orm\Zed\Tax\Persistence\Map\SpyTaxSetTableMap">
        <return column="id_tax_set" to="idTaxSet" key="name"/>
</propel>

Attributes:

  • propelTableMapClass - Classname of the tablemap

Children:

  • return - optional - returns the inserted ids to a given field. Only one return child is allowed.

Child-Attributes:

  • column - name of the column to return

  • to - name of the field to return the value to

  • key - name of the field to use as key to map the results