method getClassCfg documentation in bbn\User\Preferences

Returns an array describing the structures of the tables for the class.

Example

$pref->getClassCfg(); // (array) = [ // "table" => "bbn_users_options", // "tables" => [ // "user_options" => "bbn_users_options", // "user_options_bits" => "bbn_users_options_bits" // ], // "arch" => [ // "user_options" => [ // "id" => "id", // "id_option" => "id_option", // "num" => "num", // "id_user" => "id_user", // "id_group" => "id_group", // "id_alias" => "id_alias", // "public" => "public", // "id_link" => "id_link", // "text" => "text", // "cfg" => "cfg" // ], // "user_options_bits" => [ // "id" => "id", // "id_user_option" => "id_user_option", // "id_parent" => "id_parent", // "id_option" => "id_option", // "num" => "num", // "text" => "text", // "cfg" => "cfg" // ] // ] // ]; function() { return $this->class_cfg; }

Returns an array describing the structures of the tables for the class. 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.