Where can I get off-the-shelf PHP controls?
April 20, 2008 1:04 AM
Subscribe
I'm at beginner at PHP and web programming, but have been programming on the desktop for a while. I want to make a web application, about 2 dozen webpages that read/write to a database, and with user accounts. Where can I get off-the-shelf controls for PHP like a DataGrid, Membership/Authentication, Tabs, and Popup Form/Dialog?
I don't want to build from scratch an entire login system, or a paged datagrid. I'm not opposed to spending about $1000 or so to buy something like ComponentArt Web.UI for PHP. But I can only find free hobbyist controls on scripting websites.
Maybe another option - should I go with ASP.NET instead? I tried out the express edition and tried to play around with it but I was completely lost.
posted by lpctstr; to computers & internet (8 comments total)
5 users marked this as a favorite
You could probably get reasonably close to the kind of thing you're after by combining a suitable PHP framework with a suitable client-side library (e.g. YUI), but if you want the server- and client-side stuff more closely integrated integrated you should be looking at moving to something like GWT or .NET.
It's important to consider whether you're really developing desktop-like applications or things that are best described as sites; if it's the latter then you need to ensure you don't inflict a load of bloated/invalid/inaccessible user interface elements on users who just want to perform simple tasks.
posted by malevolent at 2:07 AM on April 20