I have an “environment” config file that I’m using to separate dev from staging from prod and I’d like to include it in another config file to determine the proper path.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m assuming you want to load it from your
config.phpand/ordatabase.php. Just include it like you’d include any other file in PHP (using eitherincludeorrequire).