method __construct documentation in bbn\Models\Cls\Data

function(bbn\Models\Cls\Db $db, $uid) { if ( !self::$_bbn_reflection_class ){ self::_init($this, $this->db); } if ( self::$columns && $this->db->count(self::$table, [self::$primary => $uid]) ){ $this->_bbn_ok = 1; $this->id = $uid; } }

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.