array( 'App_ViewControllerLog_SanityCheck_View' => array( 'removeHistoryDays' => array(3) // remove old log history only on the 3rd day of the months ) ) ); $_defaultConfig = array( '__constructorOptions' => array( 'App_ViewControllerLog_Admin_View' => array( 'roles' => array( 'user' => array('title' => 'Customers'), 'admin' => array('title' => 'Administrators'), ) ), ) ); return Qs_Array::mergeRecursive($_defaultConfig, Qs_Array::get($_envConfig, APPLICATION_ENV, array()));