There are many free and commercial tools out there to write PHP code.
ZEND, the makers of PHP, have ZEND Studio which offers an integrated development environment for PHP applications.
Generally, any TEXT editor will do. Syntax highlighting is a great plus and many free tools offer that. Emacs?
As for 'Code Generator" - I read all the posts you entered into this forum and all speak about code genrators. I f I understand correctly, you refer to something that puts together prefab code to easily build applications.
AFAIK only Macromedia Dreamweaver allows such a thing. The resulting code is at best atrocious.
It appears to me that professional PHP developers use classes (prebuilt functional units based on the object model) to build applications. Hand coding is IMHO far superior to any generated code.
The PEAR library, sourceforge.net and other repositories offer a lot of great classes (buildingblocks) to write almost any application you can think of.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.