services
This directory contains the modules of VuFind. Each “module” is made up of a series of Classes. Each class has it's own
PHP file of the same name. There is also a template directory for each module that houses the specific
HTML templates. The “action” classes get called by the index.php page in the web directory based on the
URL. The
URL rewriting is processed by the mod_rewrite rules located in the .htaccess file in the web directory.