kushal33

codeigniter get module name code

Jan 29th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. //-------------------------------------
  2. //! Get Controller Name
  3. //-------------------------------------
  4. $this->router->fetch_class();
  5.  
  6. //-------------------------------------
  7. //! Get Method Name
  8. //-------------------------------------
  9. $this->router->fetch_method();
  10.  
  11. //-------------------------------------
  12. //! Get Module Name in HMVC
  13. //-------------------------------------
  14. $this->router->fetch_module();
Add Comment
Please, Sign In to add comment