File: bp-media/classes/class-bp-media-model.php |
Description |
---|---|
BP_Media_Model |
BuddyBoss Media Model |
BP_Media_Model::_table() |
Get the DB table |
BP_Media_Model::_fetch_sql() |
Fetch SQL |
BP_Media_Model::get() |
Get the single item data |
BP_Media_Model::insert() |
Insert into table |
BP_Media_Model::update() |
Update the data in table |
BP_Media_Model::delete() |
Delete from the table |
BP_Media_Model::where() |
Fetch data from table with conditions on column |
BP_Media_Model::rows() |
Fetch the rows |
BP_Media_Model::insert_id() |
Get the insert id |