Skip to content

Instantly share code, notes, and snippets.

@slav123
Created May 2, 2014 01:34
Show Gist options
  • Save slav123/11466035 to your computer and use it in GitHub Desktop.
Save slav123/11466035 to your computer and use it in GitHub Desktop.
To get the name of the controller in CodeIgniter:
<?php
$this->router->fetch_class();
$this->router->fetch_method();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment