|
Posted by planetbrett on 05/16/07 20:55
I have read through php.net manuals and have not see any mention about
what these operands actually do. I have seen them used in a bunch of
different code lately and don't really understand.
Example 1:
// Legacy Function: Renders the Footer of the Theme
function themefooter() {
global $engine, $index, $themepath;
if ($index != 3) {
$engine->do_themefooter($index);
}
}
Example 2:
// get the color scheme
$colors = pnModAPIFunc('Xanthia','user','getSkinColors',
array('skinid' => $skinID,
'paletteid' => $paletteid));
If anyone can shed some light on this, it would be greatly
appreciated.
thanks,
brett.
Navigation:
[Reply to this message]
|