Hello ...
I have many configuration files that i brought from my previous site
and i would like to use it.
I store it in config.php and the content looks like:
<?php
$email_from = '[EMAIL PROTECTED]' ;
$email_subject_greeting = 'hello ... {visitor_name} ' ;
$phone_number1 = '123-45678';
.........
?>
How to add this configuration into the controller ?
I add with include 'config.php' ;
but it wont load the variables ... i use globals as well .. but it
doesnt work.
can you help me ?
Thank you !!!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---