いよいよ Ethna からデータベースに接続してみます。
etc/miniblog-ini.php を見てみましょう。ここには、データベースなどのアプリケーションの設定が記述されています。
<?php
$config = array(
// site
'url' => '',
// debug
// (to enable ethna_info and ethna_unittest, turn this true)
'debug' => true,
// db
// sample-1: single db
// 'dsn' => 'mysql://user:password@server/database',
// ...