method iselect documentation in bbn\Db

Return the first row resulting from the query as a numeric array.

Example

X::dump($db->iselect("tab_users", ["id", "name", "surname"], [["id", ">", 1]], ["id" => "ASC"], 2)); /* (array)[ 4, "Jack", "Stewart" ] function($table, $fields = [], array $where = [], array $order = [], int $start = 0) { return $this->language->iselect($table, $fields, $where, $order, $start); }

Return the first row resulting from the query as a numeric array. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.