I guess it would be a good idea to express what I am trying to accomplish here by posting my first thoughts on this topic.
When I first starting developing applications about 10 months ago using PHP and working with Salesforce's API, I could not find any examples besides what is on the Salesforce forums. Nick Tran helped me in some cases, but I owe almost all my visibility to Salesforce API work to David Claiborne.
The one thing that frustrates me about salesforce's API documentation is the fact that all the examples are either in C or Java, not one in PHP. You really have to dig deep into the Wiki to get some small examples of how to accomplish certain things such as insert or upsert. This is the reason that I started this site. I knew that if I could get a certain script to work and it was simple enough to code, that someone else might benefit from an example or demo. I know that some of my tutorials have helped a small group of people and man that makes me feel good. I have already stated that if I find something that I have coded and it works, however small, I will share it with the community because it is really the right thing to do
So to end this rant, I would like the help of other PHP developers so we can increase the visibility of PHP within Salesforce and make it so they feel that it is necessary to include examples of PHP in their API documentation and even classes
Anyway as my PHP mentor said to me one time, G'day Mate!
