Simon Mundy wrote:
> Hi Gavin
> 
> Another vote for that as well. I've grown to really appreciate the
> simplicity of Zend_Config's approach and wonder whether Zend_Db could
> use the adapter approach also:-
> 
> $db = new Zend_Db(new Zend_Db_Pdo_Mysql($config));
> 

Zend_Config is even simpler now:

        $config = new Zend_Config_Ini(...);


Regards,

Rob...

Reply via email to