- Posts: 5
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
$query = 'SELECT a.* '
. ' FROM #__edocman_categories AS a '
. ' WHERE '.implode(' AND ', $where)
. ' ORDER BY a.ordering '
;
Please Log in or Create an account to join the conversation.