|
Posted by Chung Leong on 06/20/06 02:14
msch-prv@bluewin.ch wrote:
> I am fairly new to PHP. I started creating a variety of classes
> (calendars, input forms, combo boxes, etc. ) but I am running into code
> overhead when I integrate these objects (testing for POST, GETS,
> Cookies etc.).
>
> I am looking for an interrupt driven approach to handle event
> processing (akin to VB's GUI) to simplify interactions. Basically, I
> would like to create the objects to be displayed on the pages and then
> activate a page event handler to process ithe inputs. Currently I am
> using a mix of js, php and session cookies. But I don't like this
> hybrid approach.
>
> AFIK, PHP does not natively support event interrupt handling. Is there
> somewhere an add-on or a more elegant work-around to handle such
> situations?
>
> I read about Ajax, XML and related technologies. Is this the path to
> go? Thanks for any pointers and/or advice.
>
> Mark
The Prado framework might be what you're looking for
http://www.pradosoft.com/. Haven't use it myself--I just saw the
periodic announcements here.
Since you're more comfortable with the event-driven approach, I suspect
you'll be happier programming in ASP.Net.
Navigation:
[Reply to this message]
|