[eluser]rreynier[/eluser]
I am trying to build a login system that is customized for the school you are trying to log in for.
Originally I was going to just have students go to app.site.com/login, this would be easy, but the styles for that school wouldn't be applied until after the student logged in and the appropriate school they are assigned to was pulled up from the database.
The problem is.. the login screen would be generic for everyone. What I was thinking was doing something along the lines of app.site.com/schoolname/function/fuction . Would I go about this using some sort of routing scheme? So by default the first segment signifies the school so I can pull up this information.
Any pointers / ideas would be welcome!