C
C
Choor2011-03-03 22:40:12
PHP
Choor, 2011-03-03 22:40:12

PHP Controls

While studying ASP.NET, I was stunned by the controls that, based on the database, build both a table and forms for adding / deleting / editing, and also “sew” AJAX on request in two mouse clicks.
I'm wondering if there are analogues for PHP? Which, based on the database (MySQL), will draw both the table and the forms.
Thanks in advance for your reply!

Answer the question

In order to leave comments, you need to log in

6 answer(s)
T
TimTowdy, 2011-03-03
@TimTowdy

When I looked at these controls in ASP.NET, I was also stunned, though for a different reason. A fierce PPC was going on inside these controls: a bunch of dirty hacks, redundancy, lack of logic, problems with cross-browser compatibility. I confess that it was many years ago, things are probably much better now. And yet, the prospect of depending on Microsoft, and waiting until he deigns to fix some bugs / introduce some features - is not encouraging. Using opensource frameworks you somehow feel calmer.

J
JeanLouis, 2011-03-03
@JeanLouis

You either use frameworks and enjoy the ease of implementation, or look for separate solutions for each case.
ASP.NET is a huge machine made up of many assemblies and libraries. One ajax button on a web form connects everything that is possible. You just don't see it, it's all hidden in namespaces. In PHP, you see this and it seems to you that for a small project this should not be the case.
Alas, either use a framework or use artisanal methods.

C
choor, 2011-03-03
@choor

I would not want to use the whole framework in a small project.

E
Eugene, 2011-03-03
@Nc_Soft

Yes, frameworks. For example, yii has gii for this.

J
Jazzist, 2011-03-04
@Jazzist

There are many, and they do it better than ASP. Frameworks are called.

R
Renat Ibragimov, 2011-03-04
@MpaK999

for the server side, take any simple framework, such as CodeIgniter, for the front, the beauty of signs, ajax and other ExtJS chips will pleasantly surprise you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question