Speed up development
Moderator: General Moderators
Speed up development
Is there a RAD for PHP? I mean which is best of Zend, dbquiksite NuSphere?? which ones have you had use?
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?feyd wrote:there's no real RAD's for PHP that I know of publicly available.... yet.
But I still don´t understand the difference between RAD and this two applications...could you explain me please?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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..
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..