itanium Posted December 26, 2006 Share Posted December 26, 2006 Hi, i'm a newbie in PHP, but i have GUI programming background. In GUI we have IDE like Delphi, VB, etc, do PHP have something like that?i mean, if i want to make a web with database grid, combobox, calendar or something like that, what classes / component / something like that should i use? Do PHP have that kind of component?dont tell me to use HTML tag or templates like smarty, i knew it already, but still i found that html tag are confusing and hard to maintain, especially when you want to make a data printable report.thanks. Link to comment https://forums.phpfreaks.com/topic/31853-php-component-or-clasess/ Share on other sites More sharing options...
jchemie Posted December 26, 2006 Share Posted December 26, 2006 Well php doesnt have anything like comboboxes and all. It is all a part of HTML document. So php at the end is only the server side processor. You could use Dreanweaver and use the HTML elements there in and then use PHP for coding. As for datagrid, you WILL have to make tables for that.ThanksJyot VakhariaBlack iD Solutions Link to comment https://forums.phpfreaks.com/topic/31853-php-component-or-clasess/#findComment-147815 Share on other sites More sharing options...
Stopofeger Posted December 26, 2006 Share Posted December 26, 2006 Hi there,php is far away from GUI/vb. PHp is more like c. that works in procedural way.It works like this : input-process-output. No events. Link to comment https://forums.phpfreaks.com/topic/31853-php-component-or-clasess/#findComment-147852 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.