I agree with the others about putting it in the bootstrap or in a helper, but:
What are you trying to do with that function?
> function export_var($the_var) {
> if (isset($the_var)) {
> return $the_var;
> } else {
> return "";
> }
> }
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---