Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 7a483905ebfa190d6def9eab37098d58 > files > 10

ezcomponents-WorkflowDatabaseTiein-1.4-4.mga3.noarch.rpm

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

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