Ugh. In the last several weeks, I've chewed through several web-based tutorials on mySql and PHP. I've also done all the tutorials on Mambo and components that I've found, including those pertaining to building templates, modules, and components.
Now, in trying to decipher a Mambo component, and I've run into a few lines in a filed called comprofiler.php that I don't understand. Here's one:
$database->setQuery( "SELECT f.* FROM mos_comprofiler_fields f, mos_comprofiler_tabs t"
. "\n WHERE f.published=1 and f.tabid = t.tabid AND t.enabled=1" );
What do the single letters "f.", "f", and "t" mean? I don't see these in my phpAdmin tables "mos_comprofiler_fields" and "mos_comprofiler_tabs". Is there a convention here that you could help me with? Or is there a link that you could point me to which would cover this?
Many thanks!