Mhtml
05-14-2003, 11:34 AM
As above.
For example in this code:
$ADMIN->done_screen( count($ids)." Members Approved", "Manage Registrations", "act=mem&code=mod" );and$ADMIN->html .= $SKIN->start_form( array( 1 => array( 'code' , 'do_add_rank' ),
2 => array( 'act' , 'mem' ),
) );
Are they like using . in OOP?
For example in this code:
$ADMIN->done_screen( count($ids)." Members Approved", "Manage Registrations", "act=mem&code=mod" );and$ADMIN->html .= $SKIN->start_form( array( 1 => array( 'code' , 'do_add_rank' ),
2 => array( 'act' , 'mem' ),
) );
Are they like using . in OOP?