Creating A Real Website with PHP Object Oriented part 5 URL Handling, Views and website behavior

We will decide how our website will Handle the URLS, to comply with Google recommendations for building the urls, we will not use GET parameters, instead we will build our own logic to handle the parts of our URLS...
