Thanks, that does make it clear. Except...

On 17 Feb 2009, at 11:52, Felix Gilcher wrote:
>               $animals = include  
> AgaviConfigCache::checkConfig(AgaviConfig::get('core.config_dir').'/ 
> animals.xml');


It seems a bit strange that:

- There has to be a manual cache check, as this would be repeated  
wherever I want to access the data. Of course this should happen  
wherever I want to access the data, but I would have imagined this  
would be abstracted away somewhere

- The whole array is returned. I would have expected there to be a  
syntax where only specific the specific value that I am after is  
returned. Something like:

$hippoFear = $this->getAppConfig('animals.xml')- 
 >getParam('animals','hippo','fear_factor');

Or, if I would like the whole 'hippo' array, something like:

$hippo = $this->getAppConfig('animals.xml')- 
 >getParam('animals','hippo');

But maybe this is a bad idea: it's just that, from what I've seen, it  
seems a bit more 'Agavi' to have this layer of abstraction. But then  
maybe it's pointless...

Michal.



_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to