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

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Locked
User avatar
rotezecke
Power Poster
Power Poster
Posts: 411
Joined: Fri Apr 18, 2008 9:34 pm
Location: Nimbin, Australia

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

Post 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.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

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

Post by calguy1000 »

PHP function names are case insensitive.
At least for now.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Locked

Return to “Developers Discussion”