File: bp-media/classes/class-bp-media-model.php |
Description |
---|---|
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 |
BP_Media_Model::time_to_date() |
Convert time to date format |
BP_Media_Model::now() |
Get now timestamp |
BP_Media_Model::date_to_time() |
Convert date to time |
BP_Media_Model |
BuddyBoss Media Model |