Roan Kattouw <roan.kattouw <at> gmail.com> writes:
You can use Title::newFromRow($row) to create a Title object from a database row object.
Roan Kattouw (Catrope)
I'll be trying the Title::newFromRow($row) method. ^_^ Thanks. I am thinking of using a foreach loop right now. Is it right?