"PHP-ext" -like PHP widget libraries? -


i've asked a similar question while (actually 1 year)...back looking widget library, generated server-side in php. interesting candidate find php-ext, project seems pretty dead.

so 1 year later, there new open source project of kind ? or widget (php-driven) use , find useful ?

edit : make clear, i'm looking set of standalone (that can use without having embrace whole framework) php classes or libraries handle generation of client-side (html+css+js) widgets.

technically, php cannot "widgets" in itself. must use javascript framework (i.g. jquery ui) create widgets , use php handle requests between client , server. use zend/zendx jquery , works fine. it's big framework small projects, still use coding practices.

in short, suggest use jquery ui , write requests handlers manually. it's simpler , concise way.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -