Codeigniter3 / Controller / How to redirect in CodeIgniter?
Routing ?
-
Note
just call the domainName/controllerName/functionName in browser
http::/domainName/controllerName/functionName eg: suppose, controller Name is Product function name is create then call http::/domainName/product/create
MANVIA BLOG