From: Jackson M. <ja...@ph...> - 2004-12-16 13:47:20
|
Marcus Whitney wrote: > Let's start discussing the relationship between Conf and Request. CEP_Conf will replace the definition of constants in cep.conf.php (which will no longer exist). CEP_Conf will be stored in the session to allow for per-user configurations. CEP_Request on the other hand will be used to stooore information that is only applicable to the current request. This would be for things like when a component needs to inject something into the HEAD or OnLoad for a response. Also, CEP_Request will get rid of the cep_get_vars array. Historically we could craft a new cep_get_vars array to embed a component within another component. Now we could use the clone to copy the current request and then alter the settings that we need to alter. Discussion started. -Jackson |