method getByColumns documentation in bbn\Db\Actions
Fetches the database and returns an array of arrays, one per column, each having each column's values
function()
{
/**
* Fetches the database and returns an object of a single row, alias of get_object
*
* @return null|\stdClass
*/
public function getObj(): ?\stdClass;
/**
* Fetches the database and returns an object of a single row
*
* @return null|\stdClass
*/
public function getObject(): ?\stdClass;
/**
* Fetches the database and returns an array of objects
*
* @return null|array
*/
}
Fetches the database and returns an array of arrays, one per column, each having each column's values 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