Welcome Guest, Not a member yet? Register   Sign In
Navigation like a site without framework
#8

[eluser]Crimp[/eluser]
I'm speaking generally. It's just a less (?) sinister variation of XSS. If values are not checked, external content of any kind can be loaded with the URL scheme. People interested in passwords and credit card numbers find this "feature" especially useful. CI, by default, checks if the controller and method exists and leaves it up to you to check and clean any arguments in further segments. FWIW: I do as brianw1975 above - split views into smaller parts for reuse. I stick a folder called /includes (carried over from EE) in the system /views folder and load those when and where needed. Remember that you can also load a view directly in the view - you do not need to pass it as a var from controller to view. Unless there is a really compelling reason to use GET and query strings, I'd go with the CI way of doing things. It's clean and easy.


Messages In This Thread
Navigation like a site without framework - by El Forum - 02-05-2010, 09:33 PM
Navigation like a site without framework - by El Forum - 02-05-2010, 10:13 PM
Navigation like a site without framework - by El Forum - 02-05-2010, 10:34 PM
Navigation like a site without framework - by El Forum - 02-06-2010, 12:54 AM
Navigation like a site without framework - by El Forum - 02-06-2010, 02:01 AM
Navigation like a site without framework - by El Forum - 02-06-2010, 02:51 AM
Navigation like a site without framework - by El Forum - 02-06-2010, 04:04 AM
Navigation like a site without framework - by El Forum - 02-06-2010, 06:54 AM
Navigation like a site without framework - by El Forum - 02-06-2010, 09:09 AM
Navigation like a site without framework - by El Forum - 02-06-2010, 12:12 PM
Navigation like a site without framework - by El Forum - 02-06-2010, 12:25 PM
Navigation like a site without framework - by El Forum - 02-06-2010, 12:43 PM
Navigation like a site without framework - by El Forum - 02-06-2010, 12:55 PM
Navigation like a site without framework - by El Forum - 02-06-2010, 02:04 PM
Navigation like a site without framework - by El Forum - 02-06-2010, 02:42 PM
Navigation like a site without framework - by El Forum - 02-06-2010, 03:27 PM
Navigation like a site without framework - by El Forum - 02-06-2010, 03:42 PM
Navigation like a site without framework - by El Forum - 02-08-2010, 02:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB