Namespace:ICanBoogie\Module See:
\ICanBoogie\Module\Hooks::controller_fetch_records See:
\ICanBoogie\Module\Hooks::controller_fetch_record Located at ControllerBindings.php
Methods summary
Magic methods summary
public
fetch_records( array$modifiers )
: ICanBoogie\Facets\RecordCollection
Fetches records using the controller records_fetcher.
Fetches records using the controller records_fetcher.
Parameters
$modifiers
Returns
ICanBoogie\Facets\RecordCollection
public
fetch_record( array$modifiers, & $fetcher = null )
: ICanBoogie\ActiveRecord
Fetches a record using the controller records_fetcher.
Fetches a record using the controller records_fetcher.
Parameters
$modifiers
$fetcher
Returns
ICanBoogie\ActiveRecord
Properties summary
Magic properties
public
$records_fetcher
: ICanBoogie\Facets\Fetcher