I have encountered the following error when I try and run my code
Creating default object from empty value
the line of code in question is :
$this->layout->content = View::make('search', array('table' => $table));
I am following a tutorial located here : http://wern-ancheta.com/blog/2014/08/10/using-datatables-with-laravel/
any help would be greatly appreciated