Welcome Guest, Not a member yet? Register   Sign In
Eventually CRACKED IT - Menu driven multiple CodeIgniter applications
#9

[eluser]John_Betong_002[/eluser]
[quote author="jstine" date="1300243811"]Oh, and I forgot to mention - all my applications load properly is I just change the $application_folder in the index.php menu manually.[/quote]

Try this link:
     Menu to set CI application paths

Instructions for usage:
Code:
1. copy highlighted source code from above link.
2. paste into a new sub-directory/index.php.
3. edit your ROOT index.php file:
   // $application_folder = 'application';
   $application_folder = isset($_SESSION['_MENU_']) ? $_SESSION['_MENU_'] : "application";

4. Test and report any errors or undocumented features
 
 
 


Messages In This Thread
Eventually CRACKED IT - Menu driven multiple CodeIgniter applications - by El Forum - 03-16-2011, 03:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB