* Add count() method to TitleArray and UserArray.
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 27 Jul 2008 18:59:46 +0000 (18:59 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 27 Jul 2008 18:59:46 +0000 (18:59 +0000)
commit7452677213a14ef046144a03da2d017c696b950b
tree3ac93ad6805d20661cb03c55bfd03cdba419097f
parent139e98bd877acffe747fe45197ea08a946a3a906
* Add count() method to TitleArray and UserArray.
* Change PageHistory::fetchRevisions() to return a result object instead of an array of rows.
* Stylistic issues: use foreach( $res as $row ) instead of while( $row = $dbr->fetchObject( $res ) ), change a couple of variable names, use __METHOD__.

There should be no functional changes.
includes/Article.php
includes/PageHistory.php
includes/Title.php
includes/TitleArray.php
includes/UserArray.php