17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 578 Views |
-
problem in writing function

1 November 2008 at 5:36am
Hi!
I create form using guide. I create 3 function caracterized by forms. Now I want a function Take_all that take the value that this function return (the forms) , add button ad show all the form and the buttun.
What is wrong?This is my code:function EventoMeeting()
{
$fields1 = new FieldSet( ..... );
$a = new Form($this, 'EventoMeeting', $fields1);
return $a;
}
function InfoMeeting()
{
$fields2 = new FieldSet( ..... );
$a = new Form($this, 'InfoMeeting', $fields2);
return $a;
}function Take_all($a, $b)
{ $actions = new FieldSet(
new FormAction('doMeeting', 'Send')
return $action_cattura = new Form($this, 'EventoMeeting', 'InfoMeeting', $fields1, $fields2);
);
| 578 Views | ||
|
Page:
1
|
Go to Top |

