Eventually CRACKED IT - Menu driven multiple CodeIgniter applications |
[eluser]jstine[/eluser]
That is handy. Very cool. One thing I might add is that I find it's easy to secure forms like the selector or even the hard coded link above using a random querystring variable. For example: http://www.domain.com/ci_menu/index.php?...xyTr45763z I randomly choose the key value and then only display the html page if the key value matches. This allows for protected access and in the case of sending the link to a third party would allow me to remove access if needed. |
Welcome Guest, Not a member yet? Register Sign In |