updates: identi.ca, twitter

="sydphp"

Sydney PHP Group provides a community for PHP developers in Sydney, Australia.
We run regular meetings in the city and membership is free and open to anyone with an interest in web development.

How do I join?

Register an account on our blog

What next?

After registration, you can RSVP one or more attendees for events. If you wish to present, come to a meeting and have a chat with a group organiser.

Who are the organisers?

Currently Tim, James, Graham and Dean. One or more of us will be attending each meeting and you can reach us by DM'ing sydphp on Twitter

Get yourself known!

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

Current Events

View and RSVP to current events

Subscribe to the one-way announcement mailing list at Google Groups for updates.

PHP Jobs in Sydney

We a provide a free, one-way mailing list at Google Groups. Posts are moderated before being published.

Flickr pool

PHP Developer (Part-time/Casual) – Updated Sunday, June 6th, 2010

Groovy Widgets is looking for a Sydney based PHP developer for around 10-20 hours per month. Students are welcome to apply. You’ll be working remotely with meetings on the lower North Shore as needed. Code will be developed in your local develo…

PHP Team Leader Role Friday, June 4th, 2010

PHP Team Lead PHP Team Lead Lead a team of 5 other developers Newly created team in Sydney LAMP Environment The Role This market leader in finance are creating a new team in Sydney and they are looking for a Team Lead to do just that! The Ap…

[sydphp-jobs] PHP development team required Monday, May 24th, 2010

Hi all, We have a client who we’ve had a software development relationship with for some years. We’ve developed a core web site and a range of other related sites for them, using a bunch of different technologies including Drupal, Symfony, Zend …

Auto Increment in SugarCRM Saturday, May 22nd, 2010

Earlier today I posted about creating a DateTime Picker in SugarCRM. A second problem I had was creating an auto increment field. This turned out to be slightly more difficult than the datetime picker. Again you need to edit your vardefs.php but this time you add the following to your field. ‘auto_increment’ => true, You [...]

Date/Time Picker in SugarCRM Saturday, May 22nd, 2010

Recently I needed to add a date/time field to a custom SugarCRM module. Sadly the module builder doesn’t include support this and the documentation is pretty bad. Eventually I managed to solve my problem and the solution is suprisingly simple. After adding a date field to the form I edited my vardefs.php file. You’ll find [...]