OOP calling convention for database functions. DBMS abstraction implemented by means...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 10 Jul 2004 03:09:26 +0000 (03:09 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 10 Jul 2004 03:09:26 +0000 (03:09 +0000)
commitb96b707efa42ebcbc78e50fedcc29ccaf8dd1467
tree7048c60e9e79e21dcf76bbe806de4400b3849864
parent9b868b96f49a60ef16a18aff3514de7765ffa3c1
OOP calling convention for database functions. DBMS abstraction implemented by means of functions instead of global variables, PostgreSQL object converted to a subclass instead of a drop-in replacement. Also the beginnings of a flexible table name feature.
46 files changed:
includes/Article.php
includes/Block.php
includes/Database.php
includes/DatabaseFunctions.php
includes/DatabasePostgreSQL.php
includes/DefaultSettings.php
includes/DifferenceEngine.php
includes/EditPage.php
includes/GlobalFunctions.php
includes/Image.php
includes/ImagePage.php
includes/LinkCache.php
includes/LinksUpdate.php
includes/LoadBalancer.php
includes/LogPage.php
includes/Math.php
includes/MessageCache.php
includes/ObjectCache.php
includes/OutputPage.php
includes/PageHistory.php
includes/Parser.php
includes/Profiling.php
includes/QueryPage.php
includes/RawPage.php
includes/SearchEngine.php
includes/SearchUpdate.php
includes/Setup.php
includes/SiteStatsUpdate.php
includes/Skin.php
includes/SkinPHPTal.php
includes/SpecialAllpages.php
includes/SpecialAncientpages.php
includes/SpecialContributions.php
includes/SpecialListadmins.php
includes/SpecialListusers.php
includes/SpecialMaintenance.php
includes/SpecialNewpages.php
includes/SpecialRandompage.php
includes/SpecialStatistics.php
includes/SpecialWatchlist.php
includes/Title.php
includes/ViewCountUpdate.php
includes/WatchedItem.php
index.php
install-utils.inc
texvc.phtml