Beispiel #1
0
 public static function delete_all()
 {
     // Make sure we have a query started.
     self::get_query();
     // Set the account.
     self::set_col(self::$table . 'AccountId', Me::get_account_id());
     self::get_query()->delete();
     self::clear_query();
 }