BASEPATH,APPPATH
codeigniter的常量BASEPATH,APPPATH是什么的路径。// Path to the system folder
define('BASEPATH', str_replace("\\", "/", $system_path));
// The path to the "application" folder
if (is_dir($application_folder))
{
define('APPPATH', $application_folder.'/');
}
thanks
页:
[1]