Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > f4e6c85b5f2d5b9dc81bf0dbfcf9c622 > files > 6

php-ezc-AuthenticationDatabaseTiein-1.1-1.fc12.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 );
?>