Page 1 of 1

$db->Getrow() vs $db->GetRow()

Posted: Sat Jun 24, 2017 10:37 pm
by rotezecke
I noticed there are a few instances where Getrow() is used instead of GetRow(). (2.2.1 but also in 2.1.6). Is this intentional? I dont really have a problem, just trying to understand how it all works.

Re: $db->Getrow() vs $db->GetRow()

Posted: Sat Jun 24, 2017 11:18 pm
by calguy1000
PHP function names are case insensitive.
At least for now.