Friday, 15 May 2015

php - Changing And Or Removing App Folder in CI -



php - Changing And Or Removing App Folder in CI -

in codeigniter have name path application folder. $application_folder = 'application' when leave blank not work. because have copied contents of application folder , set in same directory index.php

how create work having contents of application folder on same directory index.php

try:

$application_folder = "./";

"./" = current directory

php codeigniter

No comments:

Post a Comment