zepernick / Codeigniter-DataTables

CodeIgniter Library For Ajax Server Side DataTables 1.10 >
MIT License
94 stars 95 forks source link

New method whereOrClauseArray to support clause OR sql #31

Open lincolnluiz opened 7 years ago

lincolnluiz commented 7 years ago

Add method in interface Datatable whereOrClauseArray for allow query with clause where OR

public function whereOrClauseArray();

Exemple use:

public function whereOrClauseArray() { return array( 'p.status' => 2 ); }