Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 3c81c2ef4f93f62199f9086acbf02ded > files > 11

ezcomponents-Database-1.4.7-3.mga4.noarch.rpm

<?php

$db = ezcDbFactory::create( 'mysql://user:password@host/database' );
ezcDbInstance::set( $db );

// anywhere later in your program you can retrieve the db instance again using
$db = ezcDbInstance::get();

?>