Migrate, Modernize and Build Java Web Apps on Azure: This live workshop will cover methods to enhance Java application development workflow.
Modern Digital Website Security: Prepare to face any form of malicious web activity and enable your sites to optimally serve your customers.
Technical Director at Toyella
Worcester, GB
Joined Jun 2010
About
Rob Allen has been programming with PHP since 1999 and is a member of the PHP community. He is the lead author of Zend Framework in Action and is a contributor to Zend Framework, developing the Zend_Config component. Rob holds a Masters degree in Electronic Engineering from the University of Birmingham in the UK and is the Technical Director of Big Room Internet in the UK, focussing on project management and the company’s future technologies. @akrabat
Stats
Reputation: | 1528 |
Pageviews: | 517.5K |
Articles: | 6 |
Comments: | 3 |
Articles
Comments
Aug 29, 2017 · Duncan Brown
I've now corrected the error in the code snippet. Hopefully, it should now work for you.
Aug 29, 2017 · Duncan Brown
If you run `wsk activation get --last`, you may see the problem listed in the `logs` section.
In this case, I see that there's an error in the DZone version of this article. The first line of the PHP script should be: <?php
Feb 14, 2013 · James Sugrue
Matthew,
"upstream" is the repository where you forked from. For example, with Zend Framework 2, upstream is https://github.com/zendframework/zf2.git, but origin is https://github.com/akrabat/zf2.git
I also agree that git flow is nice. However, it's not the only choice and github flow (http://scottchacon.com/2011/08/31/github-flow.html) is another good system worth checking out too.
Regards,
Rob...