ya i will have to figure out the way to store and retrieve from table.. well i am doing this by creating a component. and in its constructor i load the data from database and put it in cache and check for cache next time. and a few more functions of this component like get, set, update, delete which will enable me to communicate with the data..
is there any better way.. or i am doing right On Jul 1, 4:15 pm, Paul Webster <[email protected]> wrote: > We save sets of configuration data into a config table, and pull it > out from the db, or from cache before passing to Configure::write at > the start of the app load. > > No pre made solutions for this one! > > HTH, > > Paul. > > On Jul 1, 10:55 pm, CMNAJS <[email protected]> wrote: > > > > > how can i manage configuration system in cakephp like in wordpress. In > > wordpress we save all the settings in database table named Options. If > > i use Configuration class, how can i manage all the settings > > separately i am doubtful about. So how should i do this. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
