[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/textreparser/ -> row_based_plugin.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 117 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  __construct()
  get_max_id()
  get_records_by_range()
  get_records_by_range_query()
  save_record()

Functions
Functions that are not part of a class:

__construct(\phpbb\db\driver\driver_interface $db, $table)   X-Ref
Constructor

param: \phpbb\db\driver\driver_interface $db Database connection
param: string $table

get_max_id()   X-Ref
{@inheritdoc}


get_records_by_range($min_id, $max_id)   X-Ref
{@inheritdoc}


get_records_by_range_query($min_id, $max_id)   X-Ref
Generate the query that retrieves all records for given range

param: integer $min_id Lower bound
param: integer $max_id Upper bound
return: string          SQL query

save_record(array $record)   X-Ref
{@inheritdoc}




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1