method _fetchAll documentation in bbn\Db\Query
function($fetch_style = 4, $fetch_argument = false, $ctor_args = false)
{
$this->execute();
if ($ctor_args) {
$res = parent::fetchAll($fetch_style, $fetch_argument, $ctor_args);
}
elseif ($fetch_argument) {
$res = parent::fetchAll($fetch_style, $fetch_argument);
}
else{
$res = parent::fetchAll($fetch_style);
}
return bbn\Str::correctTypes($res);
}
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.
© 2011-2024
BBN Solutions