Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jlamim
Created August 8, 2016 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlamim/defaec42fb06430bc60019e3d907b665 to your computer and use it in GitHub Desktop.
Save jlamim/defaec42fb06430bc60019e3d907b665 to your computer and use it in GitHub Desktop.
Bower, DataTable e CodeIgniter - routes.php
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$route['default_controller'] = 'welcome';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
//Rota criada para obtenção dos dados que irão alimentar o DataTable
$route['get_datatable_data'] = 'Welcome/Datatable';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment