I've recently started using CI and find it really difficult to perform routing changes. Whether I want to specify a form action, or want to redirect to a page, I have to specify some URL fragment, and at a later point, if I decide to make changes to route, I have to find each usage and replace it. How can I avoid doing this?
↧