I make a lot of similar websites for work and I would like to be able to make a custom settings file where I can store variables that will be used throughout the site. For example I want to have:
<? $clientName = "Joe Somebody"; $clientPhone = "111-111-1111"; //etc ?> I would then like to be able to use those variables in all my controllers and actions. How would I do this ? Thanks for the help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
