Eventually CRACKED IT - Menu driven multiple CodeIgniter applications |
[eluser]John_Betong[/eluser]
Hi CoolFactor, I had time on my hands so revised the following to utilise $_SESSION variables as you suggested in your previous post: Code: <?php The above code precedes my LOCALHOST menu system which you can see here ONLINE I had to change my index.php setting: Code: $application_folder = isset($_SESSION['_MENU_']) ? $_SESSION['_MENU_'] : 'ci_jokes'; Cheers, John_Betong |
Welcome Guest, Not a member yet? Register Sign In |