Page 1 of 1
Speed up development
Posted: Mon Sep 19, 2005 2:21 pm
by fidel
Is there a RAD for PHP? I mean which is best of Zend, dbquiksite NuSphere?? which ones have you had use?
Posted: Mon Sep 19, 2005 2:27 pm
by feyd
there's no real RAD's for PHP that I know of publicly available.... yet.
Posted: Mon Sep 19, 2005 2:40 pm
by fidel
feyd wrote:there's no real RAD's for PHP that I know of publicly available.... yet.
So, what do you mean with "real", what are ZEND and NuSphere then? or what can I do for speed up development? if I use ZEND or NuSphere would be helpful isn´t it?
But I still don´t understand the difference between RAD and this two applications...could you explain me please?
Posted: Mon Sep 19, 2005 2:53 pm
by feyd
RAD = Rapid Application Development.. most RAD systems are apart of the language. C# is RAD, Delphi is RAD. PHP is largely based on C/C++, which aren't RAD. Zend's is simply an IDE-like editor. It has some nice features, and some inherant bugs.
The RAD language applications I've built with are quickly done via visual programming (setting up interactions, placing objects within containers, etc)... But you still have to fall back into programming at some point to flesh out the actual details of the logic.
There are some editors for PHP code that does have some "macro" like things that can create boilerplate versions of common controls and things, but nothing that I know of really that is true RAD... Pear is probably the most close to RAD available.. if you slightly skew the definition..
Posted: Mon Sep 19, 2005 3:49 pm
by timvw
A couple of years ago i had the chance to play with Qadram PHP Visual Studio and the project looked promising.. But the project seems to have stalled since then (If i'm not mistaken, it had some nice GUI code generators

)
Posted: Mon Sep 19, 2005 4:12 pm
by Roja
feyd wrote:Pear is probably the most close to RAD available.. if you slightly skew the definition..
Man, I think outside the box, but that is definitely an interesting way of looking at it. Interesting!