I have a file that contains my Application class. I want to have an include file that will make it easier to set the instance variables. So I made an include called config.php.
I use includes for other things (headers\footers) so I think I have the syntax right:
include 'config.php';
If I move my code to the include with my instance variables and create an include directive to it from the page with my classes it does not work. Blank screen etc.???
What can you recommend?
Thanks,
Michael42
I use includes for other things (headers\footers) so I think I have the syntax right:
include 'config.php';
If I move my code to the include with my instance variables and create an include directive to it from the page with my classes it does not work. Blank screen etc.???
What can you recommend?
Thanks,
Michael42