hey Felix, I actually have included some config tables (config groups, config options, and config choices) in my installation that I have given my users access to. I define what values they can configure and then I include my ConfigOption model in any controller that I might require it.
this way I allow my users to change certain values that i then use throughout my application. for the moment it is purely including those models which makes it possible, but down the track it would be cool to turn it in to a plugin. i haven't broached that area yet so look forward to it. this might be something you could do if you would like configuration values that are modifiable by your end user. HTH mikee On 04/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I would like to have the config file toplevel, so that the user can > access the variables very easily in that config file. > > Is it possible to put a config file ito that folder and does that make > sense thinking about the cakePHP idea? > > Thanks, > Felix > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
