1<?php 2/** 3 * Options for the simplemysqlclient plugin 4 * 5 * @author Heiko Heinz <heiko.heinz@soft2c.de> 6 */ 7 8$meta['dbName'] = array('string'); 9$meta['serverName'] = array('string'); 10$meta['userName'] = array('string'); 11$meta['passWord'] = array('string'); 12$meta['allowedUserGroups'] = array('string'); 13 14