array(2) {
[0]=>
string(815) "
select r.*,
rc.info,
t.title as threadtitle,
u.username as username,
u.anonymous as useranonymous,
`f`.`value` AS `flairvalue`,
`ft`.`name` AS `flairname`,
`ft`.`colour` AS `flaircolour`,
`ft`.`icon` AS `flairicon`
from reply as r
join thread as t on t.id = r.threadid
join replycontent as rc on rc.replyid = r.id
join user as u on u.id = r.userid
left join `flair` `f` on `f`.`userid` = `u`.`id` and `f`.`categoryid` = `t`.`categoryid`
left join `flairoption` `ft` on `ft`.`id` = `f`.`flairoptionid`
where r.businessid = :businessId
and r.threadid = :threadId
group by r.id
order by r.utcdated desc
limit 0,50
"
[1]=>
array(2) {
["businessId"]=>
int(1)
["threadId"]=>
int(28913)
}
}

Years ago
Basketball Research Project Ideas?
I assume "Research Project" is the SACE research project required for year 12?
These projects don't worry about the outcome (result), they are worried about the process of how you studied (researched) your nominated subject.

Years ago
I did one many many moons ago about the u18 Div 2 girls team I was coaching.
The premise to the topic was "To be a good player you need to be tall".
This was a low level district basketball context but a more substantial study would be interesting.
ie What is the optimum height.
I seem to recall the 100m sprinters were supposd to be around 6ft. Bolt blew that one out of the water!

