Skip to content

Instantly share code, notes, and snippets.

@rayque
rayque / ci_uri_info.md
Created November 6, 2017 19:07 — forked from og-shawn-crigger/ci_uri_info.md
CodeIgniter Snippets - How to get Controller, Method and Module name - Router | URI Classes

CodeIgniter - Working with URL Params

Target a Specific Value

$this->uri->segment(n); // n=1 for controller, n=2 for method, etc

Using the Router Class