![]() |
Question about route and url hleper (like site_url) problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Question about route and url hleper (like site_url) problem (/showthread.php?tid=21052) |
Question about route and url hleper (like site_url) problem - El Forum - 07-29-2009 [eluser]DominixZ[/eluser] This is not a bug but I have found some real world problem. When I work project for a long time my boss want me to change the url rewrite so I rewrite urls by use Route and this is my problem. The url is 100% work but I must change that url in view (because it's not my boss url) so I must change all views that contain this link. That's terrible to seek and find url that I change. If i have changed 10 url rewrite so I must find more than 50 links in 10+ views. So My Question is How can I handle this situation? My real probelm is site_url isn't dynamic changed to new url. Question about route and url hleper (like site_url) problem - El Forum - 07-29-2009 [eluser]Nicholas Bello[/eluser] Eh? |