Posted by Phil Latio on 05/15/07 15:29
Quite a while back I used Java Swing (for Uni project) which allowed the
developer to a create form and on the "Submit" button I recall adding
something called an ActionListener. I was thinking of trying to do the
something similar in PHP but a bit puzzled on how I would achieve it.
My thoughts are to have a class for a Textbox, class for a SubmitButton and
a class called ActionListener which is invoked (is that the correct term??)
when the SubmitButton is pressed. Each instance of the ActionListener class
will have a seperate set of instructions.
Does anyone know of any tutorials online that discuss something like above?
I've looked at a couple of Frameworks and QCodo does something along these
lines.
Cheers
Phil
Navigation:
[Reply to this message]
|