RE: [phplib] $db->f('table_name.field'); doesn't work HELP! From: Ignatius Teo (iteo <email protected>)
Date: 05/30/01

Bob,

If you have a look at the f() method, you'll note that it returns the column
name set by next_record() - which is in lowercase.

Ignatius

-----Original Message-----
From: White, Bob [mailto:rcwhite <email protected>]
Sent: Thursday, 31 May 2001 06:21
To: phplib <email protected>
Subject: [phplib] $db->f('table_name.field'); doesn't work HELP!

Help,
I can not get $db-f('table_name.field'); to work.
The tablename.field is evidently not allowed in the $db->f();
I can get the 'field' to work, but I have several look-up tables with the
same
table structure and therefore the same field name. I need the unique
tablename.field
label. I have tried an alias for the field in Oracle, but no luck either.
I suspect it is held out because of some ereg function somewhere.

Any suggestions are welcome,
Bob White
Rcwhite <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>