Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
275 views
in Technique[技术] by (71.8m points)

How do I get the project basepath in CodeIgniter

I have created a folder as user in the root directory.

My project base path is:

/var/www/myproject/

When I want to access the base path as BASEPATH from a controller it's showing:

/var/www/myproject/system/ 

But I want the path to be:

/var/www/myproject/ 

I am new to CodeIgniter. How do I set this path?

question from:https://stackoverflow.com/questions/17188594/how-do-i-get-the-project-basepath-in-codeigniter

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Use FCPATH instead of BASEPATH for more check this link.

Codeigniter - dynamically getting relative/absolute path outside of application folder


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...