How do I get the project basepath in CodeIgniter

前端 未结 6 733
失恋的感觉
失恋的感觉 2020-12-15 03:22

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

6条回答
  •  余生分开走
    2020-12-15 03:56

    Codeigniter has a function that retrieves your base path which is:

    FCPATH and BASEPATH i recommand use FCPATH.
    

    for your base url use:

    
    

    if your php short tag is off

    
    

    for example: if you want to link you css files which is in your base path

    
    
                                     
                  
提交回复
热议问题