je suis débutant et j'ai un problème et je n'arrive pas à le résoudre

Fatal error: Call to a member function asArray() on a non-object in C:\wamp\www\tutoriel-zf\index.php on line 23
voila le code:

$db = Zend_Db::factory($config->db->adapter,
$config->db->config->asArray());
$dbAdapter = Zend_Db::factory($config->db);
Zend_Db_Table::setDefaultAdapter($db);
Zend_Registry::set('dbAdapter', $db);