Symfony Framework Workshop, I’m invited!
A couple of weeks I got an invitation from Stefan Koopmanschap for a Symfony Framework workshop. Stefan Koopmanschap is a PHP developer, consultant and trainer and works at Unet. Besides that he is also the symfony Community Manager.
Unauthorized Cake PHP Guide
Today I found a tweet of an unauthorized cakephp guide, which turnred out to be a wiki with usefull cakephp information.
Site : Unauthorized cake guide
The official CakePHP ( aka the cakephp book ) can be found over here
Vim as a PHP editor
Matthew Weier O'phinney has posted a great article about using vim as your php editor. Adding mappings to run the file through php linter helps you finding any (syntax)errors while you're working in vim.
Also a project plugin is explained in this article.
Netbeans GIT plugin
Recently I discovered a netbeans edition for php ( Netbeans - a new player on the market ), which seems to work great!
The only thing I was missing was a GIT versioning plugin to clone, commit and update my php files. After a short googling I found a google code project called "nbgit" which provides this functionality.
You can download the 0.3* version at the following site:
http://code.google.com/p/nbgit/
Note - The 0.3 version was the most recent version at the time writing. A new version might already be released.