Skip to content

Conversation

@lincolnluiz
Copy link

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
);
}

updated readme with details on new method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant