07-18-2005, 05:16 AM | #1 (permalink) |
Crazy
Location: Arnold, MD
|
PHP developement
What program would you suggest for development of a MySql run PHP site? The site is mainly going to be forms and the manipulation of the data into PDF files, graphics, and charts. I still pretty new to PHP but there has to be a better way to do it than my current way through dreamweaver and editing by hand. It can be either a windows or linux based program. Any suggestions?
|
07-18-2005, 06:57 AM | #4 (permalink) |
Too hot in the hot tub!
|
I would go with the Linux option (at least dual boot). That way you can run an Apache server and test like you said. But I'm not familiar with PHP development environments on Linux. I'm sure there must be at least half a dozen open source products out there. Check freshmeat.
__________________
But I don't want ANY Spam! |
07-20-2005, 08:29 PM | #5 (permalink) |
Crazy
Location: here and there
|
Personally I use Eclipse for all my development. There is a plugin called PHPEclipse that handles php pretty well. I use this for all my projects then use vi for quick touchups if i need them. PHPEclipse isnt the best php editor out there, but it does quite well and it lets me get used to a single interface for python, php, perl, java, c/c++ which are the languages i might find myself programming in during any day.
__________________
# chmod 111 /bin/Laden |
07-21-2005, 08:39 PM | #7 (permalink) |
Upright
|
I'd recommend JEdit. It's written in Java so it's a bit slow but it works on any platform (very nice if you have to switch back and forth). It highlights php nicely, and has the PHPParser plugin that will catch syntax errors. Short of getting the Zend development environment it's the best editor for php I've found.
|
07-22-2005, 05:15 AM | #8 (permalink) |
Darth Papa
Location: Yonder
|
For Windows: UltraEdit.
For Linux: nedit. I'm not a big IDE guy. I like a text editor with excellent search and replace functions, line numbering, and syntax highliting. I like the idea of running a test environment locally. Save you a bunch of transit time with your data. My other suggestion is to use subversion for document management. Check it out. |
08-09-2005, 07:45 AM | #9 (permalink) |
Crazy
Location: Europe
|
Unless you only ment tools for programming all by hand, you can take a look at Mambo which is a CMS and portal engine that you can use to easily create very advanced sites. It uses PHP and MySQL and many sites uses it, and it is free.
You can use templates for style and add tons of components to your site. If you learn to customize you can get your site to look less like the usual "portals" and more like any simple page. There is a huge amount of components out there that might fit your requirements, or you can make your own. http://www.mamboserver.com/ (google for Mambo)
__________________
Coffee |
08-16-2005, 07:46 AM | #10 (permalink) |
Upright
|
i use textpad for all my programming, but lots of folks around the orifice here rave about Komodo. http://www.activestate.com/Products/Komodo/
|
Tags |
developement, php |
|
|