On Tue, Mar 8, 2011 at 3:34 PM, Frank van Lankvelt
<f.vanlankv...@onehippo.com> wrote:
> On Tue, Mar 8, 2011 at 1:21 PM, Antoine van Wel <antoine.van....@gmail.com>
> wrote:
>>
>> Since "you can't always have what you want"..
>>
>> Is there any PHP framework out there which comes even close to Wicket;
>> component based, strict separation between HTML and programming,
>> stateful, out-of-the-box Ajax support, event handling, URL mapping,
>> excellent testing features, and great community support?
>>
>>
> it would probably have turned up in your google search if it existed ;-)
> A prototype is easy to make though; you should get a lot of benefits already
> from adopting the wicket session mgmt, component & rendering model to php.
>  In fact, I built something like this for fun some time ago.  No ajax, url
> mapping, models, other fancy stuff.  But event handling and markup/code
> separation is pretty easy to accomplish.
> You'ld probably want to use smarty for the rendering though.  It doesn't
> make a lot of sense to parse html on each request and smarty probably has
> the best tooling for php templating.
> cheers, Frank


Thanks all for your answers and ideas.

Let me summarize by: nothing comes close to Wicket in the PHP world,
except for some individual features. Perhaps in other languages
there's something better, but not in PHP. Excellent :)


Antoine

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to