About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:plugins:database_gateways

This is an old revision of the document!


Database Gateway Plugins

VuFind uses Zend Framework's table/row gateway classes to communicate with the database. The plugin manager described here controls how table objects are retrieved. Each table class specifies the associated row class, so if you need to override a row class, you also need to override the table class, if only to change how it loads rows.

Key Plugin Details

Default Namespace: \VuFind\Db\Table

Base Class: \VuFind\Db\Table\Gateway

Service Locator Configuration Section in module.config.php: db_table_plugin_manager

Service Manager Name for Service Locator: VuFind\DBTablePluginManager

See the General Plugin Information page for more details on VuFind plugins.

development/plugins/database_gateways.1350929351.txt.gz · Last modified: 2014/06/13 13:13 (external edit)