Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 19cabb2b43194018455645a8cb5caf62 > files > 7

ezcomponents-AuthenticationDatabaseTiein-1.1-3.mga4.noarch.rpm

<?php
require_once 'tutorial_autoload.php';

$db = ezcDbInstance::get(); // replace if you get your database instance differently

$schema = ezcDbSchema::createFromFile( 'array', 'openid_db_store_schema.dba' );
$schema->writeToDb( $db );
?>