OK, so I see that there are a few articles for transitioning from PHP to Java, but I am going the other way around.
I have experience with developing with C# and Java applications (these languages have roughly similar architectures).
I have recently begun to work with PHP, and there are a few things which seem very unusual from the JAVA/.NET background. One example being the encouragement of not managing database connections like one would do in C#/Java.
While I do see how a fair amount of concepts are shared between PHP and the other languages, I wonder what other pitfalls I might run into.
What are some tips when moving from Java to PHP? Are there any good resources on moving from Java to PHP? I have been using http://php.net which works really well, but I was wondering if anyone had firsthand experience of concepts which work well in Java/C#, but not so much in PHP?
Thanks