hi there,

i've utilized the Configure class in cake to store some app wide
settings, which are accessed in views as well as controllers.

now i would like to avoid initialising them as follows:

$this->set('rechte_values',Configure::read('rechte_values'));
$this->set('texttyp_values',Configure::read('texttyp_values'));
$this->set('ressort_values',Configure::read('ressort_values'));
$this-
>set('darstellung_values',Configure::read('darstellung_values'));
$this->set('honorar_values',Configure::read('honorar_values'));

... and so on

is the a way to load/read all variables that i have defined ?
like traversing ??

thanks a lot again !

jyrgen


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to