Modify documentation of select() method for Database.
authorBrian Wolff <bawolff+wn@gmail.com>
Sun, 17 Apr 2016 19:41:28 +0000 (15:41 -0400)
committerBrian Wolff <bawolff+wn@gmail.com>
Sun, 17 Apr 2016 20:20:50 +0000 (16:20 -0400)
commit8974d199958457566cb431d2eed546752517475e
tree3fd26d00bb184a9f8ff4e0d719ac1feb649bc23d
parent4695ca6dd2f77e0db01cd55b729268cb43376cc5
Modify documentation of select() method for Database.

* Add a note in Database.php that docs are in IDatabase.php,
maybe its just me, but I didn't realize that was where the docs
are (even though in retrospect that should have been obvious) and
wasted a lot of time because I didn't realize that.
* Change references to IDatabase::tableName() in doc to
DatabaseBase::tableName(), since tableName is not in the IDatabase
interface.
* Be explicit in docs for select() about which parts are safe for
user input. I think its important to be very explicit about this.

No code changes, just doc changes.

Change-Id: I3a66477afc6a5f54855062482ef04c2966e468f6
includes/db/Database.php
includes/db/IDatabase.php