XOOPS
2.6.0
|
Go to the source code of this file.
Variables | |
const | _DB_XMF_CURRENTVER "Current version: <span class='currentVer'>%s</span>" |
const | _DB_XMF_DBVER "Database Version %s" |
const | _DB_XMF_IMPORT "Import" |
const | _DB_XMF_MSG_ADD_DATA "Data added in table %s" |
const | _DB_XMF_MSG_ADD_DATA_ERR "Error adding data in table %s" |
const | _DB_XMF_MSG_CHGFIELD "Changing field %s in table %s" |
const | _DB_XMF_MSG_CHGFIELD_ERR "Error changing field %s in table %s" |
const | _DB_XMF_MSG_CREATE_TABLE "Table %s created" |
const | _DB_XMF_MSG_CREATE_TABLE_ERR "Error creating table %s" |
const | _DB_XMF_MSG_DROP_TABLE "Table '%s' was dropped" |
const | _DB_XMF_MSG_DROP_TABLE_ERR "Error dropping table '%s'" |
const | _DB_XMF_MSG_DROPFIELD "Succesffuly droped field %s" |
const | _DB_XMF_MSG_DROPFIELD_ERR "Error dropping field %s" |
const | _DB_XMF_MSG_NEWFIELD "Successfully added field %s" |
const | _DB_XMF_MSG_NEWFIELD_ERR "Error adding field %s" |
const | _DB_XMF_MSG_RENAME_TABLE "Table renamed from '%s' to '%s'" |
const | _DB_XMF_MSG_RENAME_TABLE_ERR "Error while renaming table '%s'" |
const | _DB_XMF_MSG_UPDATE_TABLE "Table '%s' was updated" |
const | _DB_XMF_MSG_UPDATE_TABLE_ERR "Error updating table '%s'" |
const | _DB_XMF_NEEDUPDATE "Your database is out-of-date. Please upgrade your database tables!<br><b>Note : The SmartFactory strongly recommends you to backup all SmartSection tables before running this upgrade script.</b><br>" |
const | _DB_XMF_NOUPDATE "Your database is up-to-date. No updates are necessary." |
const | _DB_XMF_TABLE_IS_NOT_DEFINED 'Table is not defined' |
const | _DB_XMF_UPDATE_DB "Updating Database" |
const | _DB_XMF_UPDATE_ERR "Errors updating to version %s" |
const | _DB_XMF_UPDATE_NOW "Update Now!" |
const | _DB_XMF_UPDATE_OK "Successfully updated to version %s" |
const | _DB_XMF_UPDATE_TO "Updating to version %s" |
const | _DB_XMF_UPDATE_UPDATING_DATABASE "Updating database..." |
const _DB_XMF_CURRENTVER "Current version: <span class='currentVer'>%s</span>" |
Definition at line 4 of file database.php.
const _DB_XMF_DBVER "Database Version %s" |
Definition at line 5 of file database.php.
const _DB_XMF_IMPORT "Import" |
Definition at line 3 of file database.php.
const _DB_XMF_MSG_ADD_DATA "Data added in table %s" |
Definition at line 6 of file database.php.
const _DB_XMF_MSG_ADD_DATA_ERR "Error adding data in table %s" |
Definition at line 7 of file database.php.
const _DB_XMF_MSG_CHGFIELD "Changing field %s in table %s" |
Definition at line 8 of file database.php.
const _DB_XMF_MSG_CHGFIELD_ERR "Error changing field %s in table %s" |
Definition at line 9 of file database.php.
const _DB_XMF_MSG_CREATE_TABLE "Table %s created" |
Definition at line 10 of file database.php.
const _DB_XMF_MSG_CREATE_TABLE_ERR "Error creating table %s" |
Definition at line 11 of file database.php.
const _DB_XMF_MSG_DROP_TABLE "Table '%s' was dropped" |
Definition at line 27 of file database.php.
const _DB_XMF_MSG_DROP_TABLE_ERR "Error dropping table '%s'" |
Definition at line 28 of file database.php.
const _DB_XMF_MSG_DROPFIELD "Succesffuly droped field %s" |
Definition at line 22 of file database.php.
const _DB_XMF_MSG_DROPFIELD_ERR "Error dropping field %s" |
Definition at line 23 of file database.php.
const _DB_XMF_MSG_NEWFIELD "Successfully added field %s" |
Definition at line 12 of file database.php.
const _DB_XMF_MSG_NEWFIELD_ERR "Error adding field %s" |
Definition at line 13 of file database.php.
const _DB_XMF_MSG_RENAME_TABLE "Table renamed from '%s' to '%s'" |
Definition at line 25 of file database.php.
const _DB_XMF_MSG_RENAME_TABLE_ERR "Error while renaming table '%s'" |
Definition at line 26 of file database.php.
const _DB_XMF_MSG_UPDATE_TABLE "Table '%s' was updated" |
Definition at line 29 of file database.php.
const _DB_XMF_MSG_UPDATE_TABLE_ERR "Error updating table '%s'" |
Definition at line 30 of file database.php.
const _DB_XMF_NEEDUPDATE "Your database is out-of-date. Please upgrade your database tables!<br><b>Note : The SmartFactory strongly recommends you to backup all SmartSection tables before running this upgrade script.</b><br>" |
Definition at line 14 of file database.php.
const _DB_XMF_NOUPDATE "Your database is up-to-date. No updates are necessary." |
Definition at line 15 of file database.php.
const _DB_XMF_TABLE_IS_NOT_DEFINED 'Table is not defined' |
Definition at line 32 of file database.php.
Referenced by Xmf\Database\Tables\addColumn(), Xmf\Database\Tables\addPrimaryKey(), Xmf\Database\Tables\alterColumn(), Xmf\Database\Tables\createIndex(), Xmf\Database\Tables\delete(), Xmf\Database\Tables\dropColumn(), Xmf\Database\Tables\dropIndex(), Xmf\Database\Tables\dropIndexes(), Xmf\Database\Tables\dropPrimaryKey(), Xmf\Database\Tables\insert(), Xmf\Database\Tables\renameTable(), Xmf\Database\Tables\renderTableCreate(), Xmf\Database\Tables\setTableOptions(), Xmf\Database\Tables\truncate(), and Xmf\Database\Tables\update().
const _DB_XMF_UPDATE_DB "Updating Database" |
Definition at line 16 of file database.php.
const _DB_XMF_UPDATE_ERR "Errors updating to version %s" |
Definition at line 17 of file database.php.
const _DB_XMF_UPDATE_NOW "Update Now!" |
Definition at line 18 of file database.php.
const _DB_XMF_UPDATE_OK "Successfully updated to version %s" |
Definition at line 19 of file database.php.
const _DB_XMF_UPDATE_TO "Updating to version %s" |
Definition at line 20 of file database.php.
const _DB_XMF_UPDATE_UPDATING_DATABASE "Updating database..." |
Definition at line 21 of file database.php.