php - How to get project folder base path using codeigniter?
338
Am working at codeigniter project. I want base url for the project folder inside controller class.
Am working at codeigniter project. I want base url for the project folder inside controller class.
People are also looking for solutions to the problem: php - APNs "Extracting push notification package failed"
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.
Find the answer in similar questions on our website.
Answer
Solution:
You can use base url like this way:
for example: if you want to link you js files which is in your base path
Answer
Solution:
You can add base url from any where its global variable
if still don't get base url then have to edit config/autoload.php as