Posted by domantas on 10/05/95 11:34
Hello, people !
my source in php :
$this->tpl->register_object('loginForm', $usersModule);
my source in tpl :
i need to call function "view" with param ('login') in template.
Something like this :
<th width="20%" colspan="4" scope="row">{loginForm->view('login')}</th>
how can i do it ?
Thanks,
Domantas
[Back to original message]
|