Elgg
Version 4.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Database
Update.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Database
;
4
8
class
Update
extends
QueryBuilder
{
9
13
public
static
function
table
(
$table
, $alias = null) {
14
$connection =
_elgg_services
()->db->getConnection(
'write'
);
15
$qb
=
new
static
($connection);
16
$qb
->update(
$table
, $alias);
17
18
return
$qb
;
19
}
20
}
Elgg\Database\Update\table
static table($table, $alias=null)
{}
Definition:
Update.php:13
Elgg\Database\QueryBuilder
Database abstraction query builder.
Definition:
QueryBuilder.php:18
Elgg\Database\Update
Query builder for updating data in the database.
Definition:
Update.php:8
_elgg_services
_elgg_services()
Get the global service provider.
Definition:
elgglib.php:638
Elgg\Database
Definition:
AccessCollections.php:3
$qb
$qb
Definition:
queue.php:11
$table
$table
Definition:
cron.php:56
Generated on Tue May 30 2023 00:00:24 for Elgg by
1.8.11