Liste de tous les membres
Attributs protégés statiques |
static | $userId = 0 |
Documentation des fonctions membres
JInstallationModelDatabase::_splitQueries |
( |
|
$sql | ) |
|
Method to split up queries from a schema file into an array.
- Paramètres:
-
- Renvoie:
- array Queries to perform.
- Depuis:
- 1.0 protected
Références $i, et elseif.
JInstallationModelDatabase::backupDatabase |
( |
& |
$db, |
|
|
|
$name, |
|
|
|
$prefix |
|
) |
| |
Method to backup all tables in a database with a given prefix.
- Paramètres:
-
JDatabase | &$db | JDatabase object. |
string | $name | Name of the database to process. |
string | $prefix | Database table prefix. |
- Renvoie:
- boolean True on success.
- Depuis:
- 1.0
Références $db, et $return.
JInstallationModelDatabase::createDatabase |
( |
& |
$db, |
|
|
|
$name |
|
) |
| |
Method to create a new database.
- Paramètres:
-
- Renvoie:
- boolean True on success.
- Depuis:
- 1.0
Références $db, $name, et $query.
JInstallationModelDatabase::deleteDatabase |
( |
& |
$db, |
|
|
|
$name, |
|
|
|
$prefix |
|
) |
| |
Method to delete all tables in a database with a given prefix.
- Paramètres:
-
JDatabase | &$db | JDatabase object. |
string | $name | Name of the database to process. |
string | $prefix | Database table prefix. |
- Renvoie:
- boolean True on success.
- Depuis:
- 1.0
Références $db, et $return.
static JInstallationModelDatabase::generateRandUserId |
( |
| ) |
|
|
staticprotected |
static JInstallationModelDatabase::getUserId |
( |
| ) |
|
|
static |
JInstallationModelDatabase::initialise |
( |
|
$options | ) |
|
Références $app, JFactory\$database, $db, $extension, $file, $files, $options, $params, $query, $return, $type, $version, JText\_(), elseif, JFile\exists(), JFolder\files(), JFactory\getApplication(), JInstaller\getInstance(), JFactory\getLanguage(), JPATH_ADMINISTRATOR, null, JText\sprintf(), JFile\stripExt(), et JArrayHelper\toObject().
JInstallationModelDatabase::installSampleData |
( |
|
$options | ) |
|
JInstallationModelDatabase::populateDatabase |
( |
& |
$db, |
|
|
|
$schema |
|
) |
| |
Method to import a database schema from a file.
- Paramètres:
-
- Renvoie:
- boolean True on success.
- Depuis:
- 1.0
Références $db, $query, et $return.
JInstallationModelDatabase::postInstallSampleData |
( |
|
$db | ) |
|
|
protected |
method to update the user id of the sample data content to the new rand user id
- Paramètres:
-
Database | connector object $db |
Références $db, $field, et $userId.
static JInstallationModelDatabase::resetRandUserId |
( |
| ) |
|
|
static |
JInstallationModelDatabase::setDatabaseCharset |
( |
& |
$db, |
|
|
|
$name |
|
) |
| |
Method to set the database character set to UTF-8.
- Paramètres:
-
- Renvoie:
- boolean True on success.
- Depuis:
- 1.0
Références $db, et $name.
Documentation des données membres
JInstallationModelDatabase::$userId = 0 |
|
staticprotected |
La documentation de cette classe a été générée à partir du fichier suivant :