updates: identi.ca, twitter

="sydphp"

Sydney PHP Group provides a community for PHP developers in Sydney, Australia.
Membership is free and open to anyone with an interest in web development.

Now aggregating!

Do you provide web development related services in Sydney and want that information available to the Sydney PHP development community? You can reach our community by getting your RSS/ATOM feed syndicated on sydphp.org

How do I join?

Just attend a meeting, present a topic if you wish or add your thoughts to our blog

Search

Mailing List

The group maintains an announcement mailing list at Google Groups, used to notify members of upcoming web development events in the Sydney region

Events Calendar

Subscribe to the sydphp calendar and receive event notifications as they happen

Flickr pool

Integrated framework commands

When I get the urge to run a symfony command from an explorer window I have a few options...

Command prompt here
Well this is handy but you still have to type out your command. Fortunately I have PowerCmd which lets you save common commands and make them toolbar buttons.

Directory Opus
My favourite explorer replacement lets me type commands directly into the toolbar - and it *remembers* the history of commands. Nice.



XYplorer
Another good file manager - and a bit more lightweight than Directory Opus - has a great scripting engine. Check this out:

::if (confirm("propel-build-ALL?!")){
run 'php symfony propel-build-all',<curpath>
}

That's not bad. And you can make it a favourite (category) that will execute on the current activated folder. Again, nice.



PhpEd
Well this isn't exactly an explorer replacement, but seeing as though I never close my IDE it is technically a file manager ;) And as I posted here, you can add scripts to the right-click menu. The biggest drawback is that you can't put < characters in your scripts, which means you can't load sql files into mysql without requiring a seperate DOS batch file.

Share your thoughts