Linking and Redirecting between multiple applications running under a single system folder
Posted
by Gurunandan
on Stack Overflow
See other posts from Stack Overflow
or by Gurunandan
Published on 2010-05-16T12:13:46Z
Indexed on
2010/05/16
12:20 UTC
Read the original article
Hit count: 181
codeigniter
I am running multiple applications with a single Codeigniter system/
folder using the recommended way on the Codeigniter wiki. Each application runs fine and I can link between apps using absolute URLs.
Is there some way I can use or extend the URL helper class (functions like anchor()
, redirect()
... etc.) to generate links to controllers across applications. I would like to avoid absolute URLs
Thanks!
© Stack Overflow or respective owner