Sorry, the code should be like this:

$config = new Zend_Config_Xml('./application/config.xml', 'production',
FALSE);
echo($config->database->type->value);
echo($config->database->type);

These still return NULL.

Reply via email to