Flake\Core\Database::exec_SELECTquery PHP Method

exec_SELECTquery() public method

public exec_SELECTquery ( $select_fields, $from_table, $where_clause, $groupBy = '', $orderBy = '', $limit = '' )
    function exec_SELECTquery($select_fields, $from_table, $where_clause, $groupBy = '', $orderBy = '', $limit = '')
    {
        return $this->query($this->SELECTquery($select_fields, $from_table, $where_clause, $groupBy, $orderBy, $limit));
    }