Quick Definition of a line

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
kanshou
Forum Commoner
Posts: 47
Joined: Sun Aug 03, 2003 1:57 pm
Location: San Diego
Contact:

Quick Definition of a line

Post by kanshou »

I am trying to figure out the fix to make the trouble ticket system in phpGroupWare work, and I came across something I am not familiar with..which isn't that suprising since I am a semi-noob to php. Could someone tell me what:

Code: Select all

<?php
$somevar['othervar'] = $GLOBALS['var']->db->f('var2');
?>
The "db->f" is the part in question.

Thanks
User avatar
DuFF
Forum Contributor
Posts: 495
Joined: Tue Jun 24, 2003 7:49 pm
Location: USA

Post by DuFF »

Check out this post:

viewtopic.php?t=14769
Post Reply