> - never, ever, use the XML config stuff directly - write a config  
> handler instead

Okay.

> - consider using AgaviReturnArrayConfigHandler

That was the class I had in mind. /me gets some sleep. :x

> - note that <configuration> sections are sorted first (vanilla, env- 
> only, context-only, env+context), and then merged together
> 


So something like:

<configuration context="web"> ...setting... </configuration>

actually overrides

<configuration environment="production"> ...setting... </configuration>

?

vanilla < env-only < context-only < env+context?


> That was three. Oh well.

The more, the better... :)

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

Reply via email to