. */ require_once 'propel/adapter/DBMySQL.php'; /** * This is used in order to connect to a MySQL database using the new mysqli API. * * @author Hans Lellelid (Propel) * @version $Revision: 536 $ * @package propel.adapter */ class DBMySQLi extends DBMySQL { }