Hi All,

I'm currently struggling trying to come up with a web development
environment and workflow in Windows that doesn't completely suck. I've
tried lots of tools (Komodo, Eclipse, Aptana, and several PHP specific
editors), and they all seem to be completely lacking in one area or
another (or you spend more time dealing with the environment crashing
than you do actually coding).

Right now most of the developers in my team are using Dreamweaver with
checkin/checkout for lack of any better tools. The major failing I
find in most IDEs/Editors is poor local/remote file handling. Lots of
them let you open up a file from a remote location, but few let you
manage a "site" which gives a local and remote view of the files in
the project.

Coda on OSX does this really well and it's my primary tool on my Mac.
On Windows, I suck it up and use Dreamweaver, or stick to one of the
good text editors like Notepad++ or Crimson Editor and do manual
uploads.

The next piece of the puzzle is working source control into the mix.
We've started using github for managing our source and it works really
well, but you're kinda stuck baby sitting a command line. Some tools
have built-in support for SVN, but that doesn't really help us when
we're using Git.

I'm sure there are other groups like us out there using CakePHP in a
team. Would anyone care to outline any workflows (code, test, commit)
and tools they've found works well for them and their team?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to