Limonade Blog Example Setup
setAttribute( PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING );
$db->exec(file_get_contents('db/schema.sql'));
$db->exec(file_get_contents('db/fixtures.sql'));
?>
Setup succesful. Let's go !
}
catch(Exception $e)
{
?>
Setup failed: =$e?>
}
?>