![]() |
Path to application, cache or logs - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Path to application, cache or logs (/showthread.php?tid=23048) |
Path to application, cache or logs - El Forum - 09-28-2009 [eluser]Maximilian Schoening[/eluser] Hi, do I need to specify the full path to the applications, cacher and logs folder or can I do something like this aswell: Code: $application_folder = "../application/"; Thanks, Max Path to application, cache or logs - El Forum - 09-28-2009 [eluser]Colin Williams[/eluser] You can use relative paths. |