| [ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Sqlite-specific installer. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
| File Size: | 285 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
SqliteInstaller:: (14 methods):
getName()
isCompiled()
checkPrerequisites()
getGlobalDefaults()
getConnectForm()
realpath()
submitConnectForm()
dataDirOKmaybeCreate()
openConnection()
needsUpgrade()
setupDatabase()
createTables()
setupSearchIndex()
getLocalSettings()
Class: SqliteInstaller - X-Ref
Class for setting up the MediaWiki database using SQLLite.| getName() X-Ref |
| isCompiled() X-Ref |
| No description |
| checkPrerequisites() X-Ref |
return: Status |
| getGlobalDefaults() X-Ref |
| No description |
| getConnectForm() X-Ref |
| No description |
| realpath( $path ) X-Ref |
| Safe wrapper for PHP's realpath() that fails gracefully if it's unable to canonicalize the path. param: string $path return: string |
| submitConnectForm() X-Ref |
return: Status |
| dataDirOKmaybeCreate( $dir, $create = false ) X-Ref |
param: string $dir param: bool $create return: Status |
| openConnection() X-Ref |
return: Status |
| needsUpgrade() X-Ref |
return: bool |
| setupDatabase() X-Ref |
return: Status |
| createTables() X-Ref |
return: Status |
| setupSearchIndex( &$status ) X-Ref |
param: Status $status return: Status |
| getLocalSettings() X-Ref |
return: string |
| Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |