Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public function editCatalogacion($id=null)
  2. {
  3. $id = $this->uri->segment(3);
  4. echo $id;
  5. }
  6.  
  7. $autoload['helper'] = array('url');
  8.  
  9. $route['EditarCatalogacion/(:num)'] = 'Main/editCatalogacion';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement