method selectOne documentation in bbn\Db

Return a single value

Example

X::dump($db->selectOne("tab_users", "name", [["id", ">", 1]], ["id" => "DESC"], 2)); (string) 'Michael' function($table, $field = NULL, array $where = [], array $order = [], int $start = 0) { return $this->language->selectOne($table, $field, $where, $order, $start); }

Return a single value 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.