Page 1 of 1

Quick Definition of a line

Posted: Fri Dec 12, 2003 10:12 pm
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

Posted: Fri Dec 12, 2003 10:56 pm
by DuFF
Check out this post:

viewtopic.php?t=14769