Welcome Guest, Not a member yet? Register   Sign In
url routing, friendly url
#1

my route file has route['(:any)'] = “web/index/$1″ to bring URL friendly: localhost/my-slug-url, it works good (am using slugs from database), but my dashboard class does not work if I use the route['(:any)'] the problem is that how can I access the dashboard class “dashboard” (has functions add/remove/edit)

I want to make url : localhost/this-is-my-domain without using route ? the simple I can let you feel my issue is about … and even I can access other class and controller.
Reply


Messages In This Thread
url routing, friendly url - by waqaspuri - 10-23-2015, 04:06 AM
RE: url routing, friendly url - by mario - 10-23-2015, 04:41 AM
RE: url routing, friendly url - by waqaspuri - 10-23-2015, 02:21 PM
RE: url routing, friendly url - by waqaspuri - 10-23-2015, 02:23 PM
RE: url routing, friendly url - by mario - 10-26-2015, 12:53 AM
RE: url routing, friendly url - by waqaspuri - 10-26-2015, 12:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB