Jump to content

php component? or clasess?


itanium

Recommended Posts

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

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.

Thanks

Jyot Vakharia
Black iD Solutions

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.