If you aren't using server side processing, you just need to modify a view and setup the javascript & css files. If you do want to use server side processing, at the very minimum you could copy one of the PHP examples and place that into a controller. That along with some slight modification to the queries should work. All datatables really needs is the appropriate JSON response. You can make your own custom controller/model combination to return that as well.